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