From 4982fb29a07d489327e8ed037c840b6afcc698ea Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 14 Dec 2001 19:34:30 +0000 Subject: Clean up default menu for FLTK applications - don't need "About FLTK". Add "--post program" option to fltk-config so that MacOS apps can bind the resources. Also binds resources with --compile. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL') diff --git a/FL/Makefile.in b/FL/Makefile.in index b71b1c57e..0f91e04dc 100644 --- a/FL/Makefile.in +++ b/FL/Makefile.in @@ -1,5 +1,5 @@ # -# "$Id: Makefile.in,v 1.1.2.1 2001/11/19 21:25:35 easysw Exp $" +# "$Id: Makefile.in,v 1.1.2.2 2001/12/14 19:34:29 easysw Exp $" # # Header makefile for the Fast Light Tool Kit (FLTK). # @@ -32,7 +32,7 @@ install: -mkdir -p $(includedir) rm -rf $(includedir)/FL mkdir $(includedir)/FL - cp ../FL/*.[hH] $(includedir)/FL + cp ../FL/*.[hHr] $(includedir)/FL @HLINKS@ cd $(includedir)/FL;\ @HLINKS@ for file in *.H; do\ @HLINKS@ rm -f "`basename $$file H`h";\ @@ -52,5 +52,5 @@ uninstall: # -# End of "$Id: Makefile.in,v 1.1.2.1 2001/11/19 21:25:35 easysw Exp $". +# End of "$Id: Makefile.in,v 1.1.2.2 2001/12/14 19:34:29 easysw Exp $". # -- cgit v1.2.3