summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-02-26 00:34:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-02-26 00:34:55 +0000
commit7a6ed8c9419b914644936c7e25a2f1eb10d7c28e (patch)
tree8fc202fc77c5897558c2c997e87dba625b841791 /src/Makefile
parent5dd2625d0365b81093481b74e563e65f29666ef4 (diff)
- added DDrag'N'Drop support for MacOS
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1976 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index f55dd18bd..e3488c1c2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.18.2.14.2.33 2002/02/15 18:15:46 easysw Exp $"
+# "$Id: Makefile,v 1.18.2.14.2.34 2002/02/26 00:34:55 matthiaswm Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@@ -128,6 +128,7 @@ CPPFILES = \
fl_cursor.cxx \
fl_curve.cxx \
fl_diamond_box.cxx \
+ fl_dnd.cxx \
fl_draw.cxx \
fl_draw_image.cxx \
fl_draw_pixmap.cxx \
@@ -352,5 +353,5 @@ uninstall:
#
-# End of "$Id: Makefile,v 1.18.2.14.2.33 2002/02/15 18:15:46 easysw Exp $".
+# End of "$Id: Makefile,v 1.18.2.14.2.34 2002/02/26 00:34:55 matthiaswm Exp $".
#