mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
473fa96cd8
Original commit message from CVS: gconf stuff
17 lines
486 B
Makefile
17 lines
486 B
Makefile
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)
|