diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index f653107..0000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -noinst_PROGRAMS = test-cleanup test-reuse - -AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) -AM_LDFLAGS = \ - $(GST_LIBS) \ - $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la - -SUBDIRS = check - -DIST_SUBDIRS = check |