]> git.sur5r.net Git - kconfig-frontends/blob - frontends/qconf/Makefile.am
frontends: share the images definitions across graphical frontends
[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 = $(qt4_LIBS)                           \
12               ../../libs/parser/libkconfigparser.la
13
14 .h.moc:
15         moc -i $< -o $@