explicitly added gstreamer-sections.txt to EXTRA_DIST

Original commit message from CVS:
explicitly added gstreamer-sections.txt to EXTRA_DIST
This commit is contained in:
Thomas Vander Stichele 2001-10-08 10:45:03 +00:00
parent 0e81ef7ba9
commit a10cd2e7b6

View file

@ -9,7 +9,10 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR=$(top_srcdir)/gst
EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt $(DOC_MAIN_SGML_FILE)
# thomas
# there's something wrong with gstreamer-sections.txt not being in the dist
# maybe it doesn't resolve
EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt $(DOC_MAIN_SGML_FILE) gstreamer-sections.txt
HTML_DIR=$(datadir)/gstreamer/html