summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-11-25 13:51:05 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-11-25 13:51:05 +0000
commit03ce9881c5988b462152200cd55853fd669df5ae (patch)
treea622db957c214ee5ad1279530e0c3473f61d5242 /include
parent783708a08de7d278d4fe1ebae4d0ea494fb35d81 (diff)
downloadxine-lib-03ce9881c5988b462152200cd55853fd669df5ae.tar.gz
xine-lib-03ce9881c5988b462152200cd55853fd669df5ae.tar.bz2
Some little cleanups.
CVS patchset: 1109 CVS date: 2001/11/25 13:51:05
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 2ae9ff48a..92b900f98 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -6,6 +6,8 @@ EXTRA_DIST = xine.h.tmpl.in
include_HEADERS = xine.h
+CONFIG_CLEAN_FILES = xine.h.tmpl xine.h
+
xine.h: xine.h.tmpl
@echo "creating xine.h"; \
rm -f xine.h && \
@@ -13,7 +15,6 @@ xine.h: xine.h.tmpl
> xine.h && \
cat xine.h.tmpl >> xine.h
-
debug: