From 21204926dfda996c47b4d638e30fb0b1f9968c63 Mon Sep 17 00:00:00 2001 From: Nathan Samson Date: Mon, 5 Sep 2011 21:12:58 +0200 Subject: Open File works. I refactored the code and introduced a new type. I never used it as a pointer (their was no real reason), but I'm not really satisfied. Signed-off-by: Nathan Samson --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b5fd220f..00658b6a0 100644 --- 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 -- cgit v1.2.3-70-g09d2