summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-07 23:28:06 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-07 23:28:06 +0100
commit6661592edbb9b587dadb10b891eab0d9b6bb68bc (patch)
treec0a1367e664183b43ca38dce0aaf845448d3568e
parent90dc844d62172741940668ca3ccd2f9472a62ce6 (diff)
downloadxine-lib-6661592edbb9b587dadb10b891eab0d9b6bb68bc.tar.gz
xine-lib-6661592edbb9b587dadb10b891eab0d9b6bb68bc.tar.bz2
Don't distribute configure.h.
-rw-r--r--include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 46a9e2478..09d432536 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -6,7 +6,8 @@ endif
include_HEADERS = xine.h
-noinst_HEADERS = config.h configure.h
+noinst_HEADERS = config.h
+nodist_noinst_HEADERS = configure.h
CONFIG_CLEAN_FILES = xine.h $(inttypes_h)