From 03ce9881c5988b462152200cd55853fd669df5ae Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 25 Nov 2001 13:51:05 +0000 Subject: Some little cleanups. CVS patchset: 1109 CVS date: 2001/11/25 13:51:05 --- include/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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: -- cgit v1.2.3