diff src/lib-charset/Makefile.am @ 11117:eee1e2a1c25b HEAD

configure: Removed --enable-header-install. It's now always enabled. There didn't seem to be much point in keeping it optional anymore. They're now more useful than before because shared libraries are also installed.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Apr 2010 04:49:47 +0300
parents 3cac418eeab5
children 36ca0e03bd06
line wrap: on
line diff
--- a/src/lib-charset/Makefile.am	Thu Apr 08 04:48:55 2010 +0300
+++ b/src/lib-charset/Makefile.am	Thu Apr 08 04:49:47 2010 +0300
@@ -10,9 +10,5 @@
 headers = \
 	charset-utf8.h
 
-if INSTALL_HEADERS
-  pkginc_libdir=$(pkgincludedir)
-  pkginc_lib_HEADERS = $(headers)
-else
-  noinst_HEADERS = $(headers)
-endif
+pkginc_libdir=$(pkgincludedir)
+pkginc_lib_HEADERS = $(headers)