mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
cc62cef6fa
Original commit message from CVS: fold enumcaps into caps/; clean up Makefile.am files
16 lines
484 B
Makefile
16 lines
484 B
Makefile
include ../Rules
|
|
|
|
plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|
|
|
tests_pass = dynamic linked loading registry static static2
|
|
tests_fail =
|
|
tests_ignore =
|
|
|
|
libtestplugin_la_SOURCES = testplugin.c
|
|
libtestplugin_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
libtestplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libtestplugin2_la_SOURCES = testplugin2.c
|
|
libtestplugin2_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
libtestplugin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
linked_LIBS = libtestplugin.la libtestplugin2.la
|