diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-07 23:28:06 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-07 23:28:06 +0100 |
commit | 6661592edbb9b587dadb10b891eab0d9b6bb68bc (patch) | |
tree | c0a1367e664183b43ca38dce0aaf845448d3568e | |
parent | 90dc844d62172741940668ca3ccd2f9472a62ce6 (diff) | |
download | xine-lib-6661592edbb9b587dadb10b891eab0d9b6bb68bc.tar.gz xine-lib-6661592edbb9b587dadb10b891eab0d9b6bb68bc.tar.bz2 |
Don't distribute configure.h.
-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 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) |