diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-01-27 20:16:38 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-01-27 20:16:38 +0000 |
| commit | 6fe1ac09f45c8d2c389c3761cedaadc43e7cc4e3 (patch) | |
| tree | 94285a865a4089003d80e586769da503699f3d3a /test/Makefile | |
| parent | c83c17031012836902ca9fd4ee791e2c385ae767 (diff) | |
makedepend updates for all source directories (except src/xutf8).
src/Makefile: adjusted WIN32 and Mac dependencies
test/Makefile: dto.
Todo: src/xutf8/makedepend needs to be checked. There are obviously functions
and headers that are included in a platform dependent way.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7032 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 89aea556c..ae70b4389 100644 --- a/test/Makefile +++ b/test/Makefile @@ -383,6 +383,8 @@ native-filechooser$(EXEEXT): native-filechooser.o $(IMGLIBNAME) echo Linking $@... $(CXX) $(ARCHFLAGS) $(LDFLAGS) native-filechooser.o -o $@ $(LINKFLTKIMG) $(LDLIBS) +native-filechooser.o: ../FL/Fl_Native_File_Chooser_WIN32.H ../FL/Fl_Native_File_Chooser_MAC.H + navigation$(EXEEXT): navigation.o output$(EXEEXT): output.o $(FLLIBNAME) |
