We need to install mac.r...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5745 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2007-03-15 13:27:41 +00:00
parent 24c9f071b3
commit 3d08842222

View File

@ -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;\