From 5c2d1af5ec37bb6e44b7a64f56f05c6fa8741e18 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 19 Jan 2013 16:04:07 -0800 Subject: Add CFLAGS to build rule for webservice.o Otherwise it won't compile on MacOS X Signed-off-by: Dirk Hohndel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f171ec303..2e264c90d 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,7 @@ prefs.o: prefs.c dive.h pref.h $(CC) $(CFLAGS) $(GLIB2CFLAGS) -c prefs.c webservice.o: webservice.c webservice.h dive.h display-gtk.h - $(CC) $(GTK2CFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) $(LIBSOUPCFLAGS) -c webservice.c + $(CC) $(CFLAGS) $(GTK2CFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) $(LIBSOUPCFLAGS) -c webservice.c $(OSSUPPORT).o: $(OSSUPPORT).c display-gtk.h $(CC) $(CFLAGS) $(OSSUPPORT_CFLAGS) -c $(OSSUPPORT).c -- cgit v1.2.3-70-g09d2