diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-13 08:23:19 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-13 08:23:19 +0000 |
commit | f6415a87d03a87af1ae0da892c8bdd9bed6669f2 (patch) | |
tree | 8fa49f07ad6de1886c0e8597afe0e8e0af551ab9 | |
parent | 31b7044dd773bdc63ad673d09a46255a845bcad3 (diff) | |
download | xine-lib-f6415a87d03a87af1ae0da892c8bdd9bed6669f2.tar.gz xine-lib-f6415a87d03a87af1ae0da892c8bdd9bed6669f2.tar.bz2 |
Don't include headers files into *_SOURCES.
CVS patchset: 3505
CVS date: 2002/12/13 08:23:19
-rw-r--r-- | src/demuxers/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 1adf8b450..5282436e8 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -94,11 +94,11 @@ xineplug_dmx_mpeg_ts_la_SOURCES = demux_ts.c xineplug_dmx_mpeg_ts_la_LIBADD = $(XINELIB) xineplug_dmx_mpeg_ts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_dmx_qt_la_SOURCES = demux_qt.c qtpalette.h +xineplug_dmx_qt_la_SOURCES = demux_qt.c xineplug_dmx_qt_la_LIBADD = $(XINELIB) xineplug_dmx_qt_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_dmx_asf_la_SOURCES = demux_asf.c asfheader.h +xineplug_dmx_asf_la_SOURCES = demux_asf.c xineplug_dmx_asf_la_LIBADD = $(XINELIB) xineplug_dmx_asf_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ @@ -167,6 +167,7 @@ xineplug_dmx_eawve_la_LIBADD = $(XINELIB) xineplug_dmx_eawve_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ include_HEADERS = demux.h qtpalette.h +noinst_HEADERS = asfheader.h qtpalette.h $(XINELIB): @cd $(top_builddir)/src/xine-engine && $(MAKE) |