Revision 21005,
484 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21004,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | include ../Rules |
---|
2 | |
---|
3 | plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la |
---|
4 | |
---|
5 | tests_pass = dynamic linked loading registry static static2 |
---|
6 | tests_fail = |
---|
7 | tests_ignore = |
---|
8 | |
---|
9 | libtestplugin_la_SOURCES = testplugin.c |
---|
10 | libtestplugin_la_CFLAGS = $(GST_OBJ_CFLAGS) |
---|
11 | libtestplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |
---|
12 | libtestplugin2_la_SOURCES = testplugin2.c |
---|
13 | libtestplugin2_la_CFLAGS = $(GST_OBJ_CFLAGS) |
---|
14 | libtestplugin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |
---|
15 | |
---|
16 | linked_LIBS = libtestplugin.la libtestplugin2.la |
---|
Note: See
TracBrowser
for help on using the repository browser.