mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
13 lines
388 B
Makefile
13 lines
388 B
Makefile
noinst_LTLIBRARIES = libgstxmlregistry.la
|
|
|
|
libgstxmlregistry_la_SOURCES = gstxmlregistry.c
|
|
|
|
libgstxmlregistry_la_CFLAGS = $(GST_LIB_CFLAGS)
|
|
libgstxmlregistry_la_LIBADD = $(GST_LIB_LIBS)
|
|
|
|
noinst_HEADERS = gstxmlregistry.h
|
|
check_PROGRAMS = registrytest
|
|
|
|
registrytest_SOURCES = registrytest.c
|
|
registrytest_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
registrytest_LDADD = $(GST_OBJ_LIBS) libgstxmlregistry.la
|