summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Makefile.in b/FL/Makefile.in
index e2aca2357..ab3cbc6b8 100644
--- a/FL/Makefile.in
+++ b/FL/Makefile.in
@@ -37,7 +37,7 @@ install:
echo "Installing include files in $(DESTDIR)$(includedir)..."
$(RMDIR) $(DESTDIR)$(includedir)/FL
$(INSTALL_DIR) $(DESTDIR)$(includedir)/FL
- for file in *.[hH]; do \
+ for file in *.[hrH]; do \
$(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/FL; \
done
@HLINKS@ cd $(DESTDIR)$(includedir)/FL;\