2002-10-03 03:17:16 +00:00
|
|
|
librarydir = $(libdir)
|
2002-07-01 15:39:58 +00:00
|
|
|
|
2002-12-08 14:50:04 +00:00
|
|
|
library_LTLIBRARIES = libgstgconf-@GST_MAJORMINOR@.la
|
2002-07-01 15:39:58 +00:00
|
|
|
|
2002-12-08 14:50:04 +00:00
|
|
|
libgstgconf_@GST_MAJORMINOR@_la_SOURCES = gconf.c
|
2002-07-01 15:39:58 +00:00
|
|
|
|
2002-12-08 14:50:04 +00:00
|
|
|
libgstgconf_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/gconf
|
|
|
|
libgstgconf_@GST_MAJORMINOR@include_HEADERS = gconf.h
|
2002-07-01 15:39:58 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = test-gconf
|
|
|
|
|
|
|
|
test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
|
2002-12-08 14:50:04 +00:00
|
|
|
test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la
|
2002-07-01 15:39:58 +00:00
|
|
|
|
2003-04-04 19:16:46 +00:00
|
|
|
libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GCONF_LIBS) $(GST_LIBS)
|
2002-12-08 14:50:04 +00:00
|
|
|
libgstgconf_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
|
|
|
|
libgstgconf_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
2003-04-07 21:34:30 +00:00
|
|
|
|
2003-04-27 15:20:06 +00:00
|
|
|
CLEANFILES = gstreamer-gconf.pc gstreamer-gconf-uninstalled.pc
|
|
|
|
|
2003-04-07 21:34:30 +00:00
|
|
|
EXTRA_DIST = gstreamer-gconf.pc.in gstreamer-gconf-uninstalled.pc.in
|