diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-01-18 16:28:41 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-01-18 16:28:41 +0000 |
commit | 7606c60222fbfa4b2f9430b12a370af3ef6e8a75 (patch) | |
tree | 2c7774e85d1247a139a67ccff92e3144f97a5afa /src/audio_out/Makefile.am | |
parent | 088690a4ba5ff438b7f2d51499aa52f52e1ab04e (diff) | |
download | xine-lib-7606c60222fbfa4b2f9430b12a370af3ef6e8a75.tar.gz xine-lib-7606c60222fbfa4b2f9430b12a370af3ef6e8a75.tar.bz2 |
hit me if I am wrong, but I think these headers are relics
CVS patchset: 3958
CVS date: 2003/01/18 16:28:41
Diffstat (limited to 'src/audio_out/Makefile.am')
-rw-r--r-- | src/audio_out/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 733c60cfe..3c2152824 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -77,14 +77,6 @@ xineplug_ao_out_arts_la_SOURCES = audio_arts_out.c xineplug_ao_out_arts_la_LIBADD = $(ARTS_LIBS) xineplug_ao_out_arts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -noinst_HEADERS = \ - audio_alsa_out.h \ - audio_arts_out.h \ - audio_esd_out.h \ - audio_irixal_out.h \ - audio_oss_out.h \ - audio_sun_out.h - debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" |