]> git.tdb.fi Git - ext/subsurface.git/blobdiff - Makefile
Open File works. I refactored the code and introduced a new type. I never used it...
[ext/subsurface.git] / Makefile
index 8b5fd220f57e9729e98941cee4d6ed51f20e6527..00658b6a0ecab340cdec7557d059e16870ec969b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,14 +17,14 @@ save-xml.o: save-xml.c dive.h
 dive.o: dive.c dive.h
        $(CC) $(CFLAGS) -c dive.c
 
-main.o: main.c dive.h display.h
+main.o: main.c dive.h display.h divelist.h
        $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` -c main.c
 
-profile.o: profile.c dive.h display.h
+profile.o: profile.c dive.h display.h divelist.h
        $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` -c profile.c
 
-info.o: info.c dive.h display.h
+info.o: info.c dive.h display.h divelist.h
        $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` -c info.c
 
-divelist.o: divelist.c dive.h display.h
+divelist.o: divelist.c dive.h display.h divelist.h
        $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` -c divelist.c