2002-10-03 03:17:16 +00:00
|
|
|
librarydir = $(libdir)
|
2002-07-01 15:39:58 +00:00
|
|
|
|
|
|
|
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)
|
2002-07-09 10:45:37 +00:00
|
|
|
test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf.la
|
2002-07-01 15:39:58 +00:00
|
|
|
|
|
|
|
libgstgconf_la_LIBADD = $(GCONF_LIBS)
|
|
|
|
libgstgconf_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
|
2002-10-03 03:17:16 +00:00
|
|
|
libgstgconf_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|