diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 1e3699b57..e179a5714 100644 --- a/test/Makefile +++ b/test/Makefile @@ -70,6 +70,7 @@ CPPFILES =\ minimum.cxx \ native-filechooser.cxx \ navigation.cxx \ + offscreen.cxx \ output.cxx \ overlay.cxx \ pack.cxx \ @@ -142,6 +143,7 @@ ALL = \ minimum$(EXEEXT) \ native-filechooser$(EXEEXT) \ navigation$(EXEEXT) \ + offscreen$(EXEEXT) \ output$(EXEEXT) \ overlay$(EXEEXT) \ pack$(EXEEXT) \ @@ -415,6 +417,8 @@ native-filechooser$(EXEEXT): native-filechooser.o $(IMGLIBNAME) navigation$(EXEEXT): navigation.o +offscreen$(EXEEXT): offscreen.o + output$(EXEEXT): output.o $(FLLIBNAME) echo Linking $@... $(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ output.o $(LINKFLTKFORMS) $(LDLIBS) |
