]> git.sur5r.net Git - kconfig-frontends/blob - frontends/qconf/Makefile.am
configure: allow passing extra libs per-frontend
[kconfig-frontends] / frontends / qconf / Makefile.am
1 bin_PROGRAMS = qconf
2
3 qconf_SOURCES = qconf.cc qconf.h
4 BUILT_SOURCES = qconf.moc
5 qconf_CPPFLAGS = $(AM_CPPFLAGS)         \
6                  $(GETTEXT)             \
7                  -I../../libs/parser    \
8                  -I../../libs/images
9 qconf_CXXFLAGS = $(AM_CXXFLAGS) \
10                  $(qt4_CFLAGS)
11 qconf_LDADD = ../../libs/parser/libkconfigparser.la \
12               $(qt4_LIBS) $(qconf_EXTRA_LIBS)
13
14 .h.moc:
15         moc -i $< -o $@