diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-12 23:20:37 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-12 23:20:37 +0000 |
| commit | eaac42f1becbbcc62317e9bf81e07608aaad62fd (patch) | |
| tree | 6aa81bcbf245576653928f43aac4a6627dbdd30c /src/input/ost/Makefile.am | |
| parent | 74d0944f178bc53557b814de4a90d01034890e9a (diff) | |
| download | xine-lib-eaac42f1becbbcc62317e9bf81e07608aaad62fd.tar.gz xine-lib-eaac42f1becbbcc62317e9bf81e07608aaad62fd.tar.bz2 | |
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
Diffstat (limited to 'src/input/ost/Makefile.am')
| -rw-r--r-- | src/input/ost/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
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 |
