summaryrefslogtreecommitdiff
path: root/FL/Makefile.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-14 19:34:30 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-14 19:34:30 +0000
commit4982fb29a07d489327e8ed037c840b6afcc698ea (patch)
treef7aead79773ad189d77dd595c8a90fad631a0b63 /FL/Makefile.in
parent67bbab358f2c71ba7151b38146c71ec15d3931e4 (diff)
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
Diffstat (limited to 'FL/Makefile.in')
-rw-r--r--FL/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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 $".
#