summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index fe51d7a9f..ec3e5d0a8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -43,6 +43,7 @@ CPPFILES =\
editor.cxx \
fast_slow.cxx \
file_chooser.cxx \
+ fltk-versions.cxx \
fonts.cxx \
forms.cxx \
fractals.cxx \
@@ -128,6 +129,7 @@ ALL = \
editor$(EXEEXT) \
fast_slow$(EXEEXT) \
file_chooser$(EXEEXT) \
+ fltk-versions$(EXEEXT) \
fonts$(EXEEXT) \
forms$(EXEEXT) \
hello$(EXEEXT) \
@@ -405,6 +407,8 @@ file_chooser$(EXEEXT): file_chooser.o $(IMGLIBNAME)
$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) file_chooser.o -o $@ $(LINKFLTKIMG) $(LDLIBS)
$(OSX_ONLY) ../fltk-config --post $@
+fltk-versions$(EXEEXT): fltk-versions.o
+
fonts$(EXEEXT): fonts.o
forms$(EXEEXT): forms.o