mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
14 lines
378 B
Makefile
14 lines
378 B
Makefile
|
noinst_LTLIBRARIES = libgstxmlregistry.la
|
||
|
|
||
|
libgstxmlregistry_la_SOURCES = gstxmlregistry.c
|
||
|
|
||
|
libgstxmlregistry_la_CFLAGS = $(LIBGST_CFLAGS)
|
||
|
libgstxmlregistry_la_LIBADD = $(LIBGST_LIBS)
|
||
|
|
||
|
noinst_HEADERS = gstxmlregistry.h
|
||
|
check_PROGRAMS = registrytest
|
||
|
|
||
|
registrytest_SOURCES = registrytest.c
|
||
|
registrytest_CFLAGS = $(GST_CFLAGS)
|
||
|
registrytest_LDADD = $(GST_LIBS) libgstxmlregistry.la
|