makefile: make config.h installable again
authorMarko Kreen <markokr@gmail.com>
Thu, 25 Apr 2013 22:19:22 +0000 (01:19 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 25 Apr 2013 22:30:57 +0000 (01:30 +0300)
Makefile

index 0e88a424d987fde5a389912c64b68b31a6675d2f..17af42df8f709e24ec3560bed629ce56effae771 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ libusual_a_SOURCES = usual/config.h.in \
        usual/wchar.h usual/wchar.c
 
 # we want to filter headers, so cannot use usual install method via _HEADERS
-USUAL_HEADERS = $(filter %.h,$(libusual_a_SOURCES) $(nodist_libusual_a_SOURCES))
+USUAL_HEADERS = $(filter %.h,$(libusual_a_SOURCES) $(nodist_EXTRA_libusual_a_SOURCES))
 
 # define aclocal destination
 aclocaldir = ${datarootdir}/aclocal