From f218ec279449ece51faf86e0df7032aa02eb831f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 13 Oct 2019 14:22:50 +0100 Subject: Remove autotools build system --- gst/netsim/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 gst/netsim/Makefile.am (limited to 'gst/netsim') diff --git a/gst/netsim/Makefile.am b/gst/netsim/Makefile.am deleted file mode 100644 index 102843a3c..000000000 --- a/gst/netsim/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -plugin_LTLIBRARIES = libgstnetsim.la - -libgstnetsim_la_SOURCES = gstnetsim.c -libgstnetsim_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstnetsim_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) -libgstnetsim_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = gstnetsim.h -- cgit v1.2.1