summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-18 20:23:29 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-18 20:23:29 +0000
commitdd0503576da04e77207e997ca5ababd81e3dc23d (patch)
tree640d9d10986bd872d242081a95a75fcdc392ffe9 /test/Makefile
parent1c399af44498c39958b18bf6fd963c97ae3c929e (diff)
Fix compiler warnings.
Add demo.menu and all xbm and xpm files in test directory to install list. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4292 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index ebc4e2f97..2886ed15e 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -175,7 +175,7 @@ clean:
install:
echo "Installing example programs to $(DESTDIR)$(docdir)/examples..."
-$(MKDIR) $(DESTDIR)$(docdir)/examples
- $(CP) *.h *.cxx *.fl $(DESTDIR)$(docdir)/examples
+ $(CP) *.h *.cxx *.fl demo.menu *.xbm *.xpm $(DESTDIR)$(docdir)/examples
$(CHMOD) 644 $(DESTDIR)$(docdir)/examples/*.*
uninstall: