diff options
Diffstat (limited to 'kconfig-frontends/frontends/gconf/Makefile.am')
| -rw-r--r-- | kconfig-frontends/frontends/gconf/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kconfig-frontends/frontends/gconf/Makefile.am b/kconfig-frontends/frontends/gconf/Makefile.am new file mode 100644 index 0000000..93ad7d4 --- /dev/null +++ b/kconfig-frontends/frontends/gconf/Makefile.am @@ -0,0 +1,17 @@ +bin_PROGRAMS = gconf + +gconf_SOURCES = gconf.c gconf.glade +gconf_CPPFLAGS = $(AM_CPPFLAGS) \ + $(intl_CPPFLAGS) \ + -I$(top_srcdir)/libs/parser \ + -I$(top_builddir)/libs/images \ + -DGUI_PATH='"$(pkgdatadir)/gconf.glade"' +gconf_CFLAGS = $(AM_CFLAGS) \ + $(kf_CFLAGS) \ + $(gtk_CFLAGS) +gconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \ + $(top_builddir)/libs/images/libkconfig-images.a \ + $(intl_LIBS) $(gtk_LIBS) $(gconf_EXTRA_LIBS) +gconfdir = $(pkgdatadir) +gconf_DATA = gconf.glade +EXTRA_DIST = gconf.c.patch |
