diff options
Diffstat (limited to 'tests/examples/xml/Makefile.am')
-rw-r--r-- | tests/examples/xml/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/examples/xml/Makefile.am b/tests/examples/xml/Makefile.am deleted file mode 100644 index c203ec73c..000000000 --- a/tests/examples/xml/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -noinst_PROGRAMS = createxml runxml - -createxml_LDADD = $(GST_OBJ_LIBS) $(XML_LIBS) -createxml_CFLAGS = $(GST_OBJ_CFLAGS) -runxml_LDADD = $(GST_OBJ_LIBS) $(XML_LIBS) -runxml_CFLAGS = $(GST_OBJ_CFLAGS) - |