FLTK logo

[Library] r5745 - branches/branch-1.1/FL

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r5745 - branches/branch-1.1/FL fltk-dev Mar 15, 2007  
 
Author: mike
Date: 2007-03-15 08:27:41 -0500 (Thu, 15 Mar 2007)
New Revision: 5745
Log:
We need to install mac.r...


Modified:
   branches/branch-1.1/FL/Makefile.in

Modified: branches/branch-1.1/FL/Makefile.in
===================================================================
--- branches/branch-1.1/FL/Makefile.in	2007-03-15 10:37:20 UTC (rev 5744)
+++ branches/branch-1.1/FL/Makefile.in	2007-03-15 13:27:41 UTC (rev 5745)
@@ -37,7 +37,7 @@
 	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;\

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.