]> git.sur5r.net Git - kconfig-frontends/blob - frontends/qconf/Makefile.am
libs/images: make it a proper library
[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_builddir)/libs/images
9 qconf_CXXFLAGS = $(AM_CXXFLAGS) \
10                  $(kf_CFLAGS)   \
11                  $(qt4_CFLAGS)
12 qconf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la \
13               $(top_builddir)/libs/images/libimages.a         \
14               $(qt4_LIBS) $(qconf_EXTRA_LIBS)
15
16 .h.moc:
17         $(MOC) -i $< -o $@