diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 3 |
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: |