summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-08-21 19:56:51 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-08-21 20:00:00 +0200
commit206675a3b1495dd03067d764a5a97819e572b558 (patch)
treee29d99931c6c425077bd6e0725e0cb0c26c9dda9 /test/Makefile
parent9ba4cd06dc28d63537c6412200bfe0dee4540f39 (diff)
Fix examples build (configure/make)
Fix more issues caused by moving fltk-versions from examples to test and adding examples to the CMake build process (gitlab-ci)
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