Browse Source

Install config.h with other headers

pull/18/head
Andrew Waterman 11 years ago
parent
commit
27ade6f544
  1. 2
      Makefile.in

2
Makefile.in

@ -337,7 +337,7 @@ check : $(test_outs)
# Installation
#-------------------------------------------------------------------------
install-hdrs : $(install_hdrs)
install-hdrs : $(install_hdrs) config.h
$(MKINSTALLDIRS) $(install_hdrs_dir)
for file in $^; \
do \

Loading…
Cancel
Save