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 1f8b91aad..6479e2c61 100644 --- a/test/Makefile +++ b/test/Makefile @@ -74,6 +74,7 @@ CPPFILES =\ menubar.cxx \ message.cxx \ minimum.cxx \ + native-filechooser.cxx \ navigation.cxx \ output.cxx \ overlay.cxx \ @@ -139,6 +140,7 @@ ALL = \ menubar$(EXEEXT) \ message$(EXEEXT) \ minimum$(EXEEXT) \ + native-filechooser$(EXEEXT) \ navigation$(EXEEXT) \ output$(EXEEXT) \ overlay$(EXEEXT) \ @@ -377,6 +379,8 @@ message$(EXEEXT): message.o minimum$(EXEEXT): minimum.o +native-filechooser$(EXEEXT): native-filechooser.o + navigation$(EXEEXT): navigation.o output$(EXEEXT): output.o $(FLLIBNAME) |
