]> git.sur5r.net Git - kconfig-frontends/blob - frontends/qconf/Makefile.am
configure: detect moc properly
[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$(top_srcdir)/libs/parser    \
8                  -I$(top_srcdir)/libs/images
9 qconf_CXXFLAGS = $(AM_CXXFLAGS) \
10                  $(qt4_CFLAGS)
11 qconf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la \
12               $(qt4_LIBS) $(qconf_EXTRA_LIBS)
13
14 .h.moc:
15         $(MOC) -i $< -o $@