aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-19 16:04:07 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-19 16:06:24 -0800
commit5c2d1af5ec37bb6e44b7a64f56f05c6fa8741e18 (patch)
tree6824160036257ed8894bae4d6d6bb750205d1f3d /Makefile
parented11851ae3053e146bafb45ecfc48b2520ba8bb1 (diff)
downloadsubsurface-5c2d1af5ec37bb6e44b7a64f56f05c6fa8741e18.tar.gz
Add CFLAGS to build rule for webservice.o
Otherwise it won't compile on MacOS X Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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