diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-01 15:39:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-01 15:39:58 +0000 |
commit | 473fa96cd83e937690078490494ff4d188a865ba (patch) | |
tree | beee9307c6cb51d72d1ac7d3167751131e091cc7 /gst-libs/gst/gconf/Makefile.am | |
parent | aeaea3c248a189e9772b9acc468883ca95e56be7 (diff) | |
download | gst-plugins-bad-473fa96cd83e937690078490494ff4d188a865ba.tar.gz gst-plugins-bad-473fa96cd83e937690078490494ff4d188a865ba.tar.bz2 gst-plugins-bad-473fa96cd83e937690078490494ff4d188a865ba.zip |
gconf stuff
Original commit message from CVS:
gconf stuff
Diffstat (limited to 'gst-libs/gst/gconf/Makefile.am')
-rw-r--r-- | gst-libs/gst/gconf/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am new file mode 100644 index 00000000..d1d10e86 --- /dev/null +++ b/gst-libs/gst/gconf/Makefile.am @@ -0,0 +1,17 @@ +librarydir = $(prefix)/lib/gst + +library_LTLIBRARIES = libgstgconf.la + +libgstgconf_la_SOURCES = gconf.c + +libgstgconfincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/gconf +libgstgconfinclude_HEADERS = gconf.h + +noinst_PROGRAMS = test-gconf + +test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) +test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) -lgstgconf + +libgstgconf_la_LIBADD = $(GCONF_LIBS) +libgstgconf_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) +libgstgconf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |