From eaac42f1becbbcc62317e9bf81e07608aaad62fd Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 12 Jan 2003 23:20:37 +0000 Subject: DVB plugin updated to new api. thanks to Micael Beronius, Chris Purnell for their great work CVS patchset: 3884 CVS date: 2003/01/12 23:20:37 --- src/input/ost/Makefile.am | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/input/ost/Makefile.am (limited to 'src/input/ost/Makefile.am') diff --git a/src/input/ost/Makefile.am b/src/input/ost/Makefile.am deleted file mode 100644 index 7c179a4af..000000000 --- a/src/input/ost/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -noinst_HEADERS = \ - demux.h \ - dmx.h \ - frontend.h \ - sec.h - -debug: - @list='$(SUBDIRS)'; for subdir in $$list; do \ - (cd $$subdir && $(MAKE) $@) || exit;\ - done; - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" - -install-debug: debug - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -mostlyclean-generic: - -rm -f *~ \#* .*~ .\#* - -maintainer-clean-generic: - -@echo "This command is intended for maintainers to use;" - -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in -- cgit v1.2.3