]> git.sur5r.net Git - kconfig-frontends/blob - frontends/gconf/Makefile.am
frontends: change the order in which libraries are linked
[kconfig-frontends] / frontends / gconf / Makefile.am
1 bin_PROGRAMS = gconf
2
3 gconf_SOURCES = gconf.c gconf.glade
4 gconf_CPPFLAGS = $(AM_CPPFLAGS)         \
5                  $(GETTEXT)             \
6                  -I../../libs/parser    \
7                  -I../../libs/images    \
8                  -DGUI_PATH='"$(pkgdatadir)/gconf.glade"'
9 gconf_CFLAGS = $(AM_CFLAGS) \
10                $(gtk_CFLAGS)
11 gconf_LDADD = ../../libs/parser/libkconfigparser.la \
12               $(gtk_LIBS)
13 gconfdir = $(pkgdatadir)
14 gconf_DATA = gconf.glade