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 5f4597bd8..4570df628 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -53,6 +53,7 @@ CPPFILES =\
glpuzzle.cxx \
hello.cxx \
help.cxx \
+ icon.cxx \
iconize.cxx \
image.cxx \
inactive.cxx \
@@ -121,6 +122,7 @@ ALL = \
forms$(EXEEXT) \
hello$(EXEEXT) \
help$(EXEEXT) \
+ icon$(EXEEXT) \
iconize$(EXEEXT) \
image$(EXEEXT) \
inactive$(EXEEXT) \
@@ -355,6 +357,8 @@ help$(EXEEXT): help.o $(IMGLIBNAME)
$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) help.o -o $@ $(LINKFLTKIMG) $(LDLIBS)
$(OSX_ONLY) ../fltk-config --post $@
+icon$(EXEEXT): icon.o
+
iconize$(EXEEXT): iconize.o
image$(EXEEXT): image.o