diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-01-19 16:04:07 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-01-19 16:06:24 -0800 |
commit | 5c2d1af5ec37bb6e44b7a64f56f05c6fa8741e18 (patch) | |
tree | 6824160036257ed8894bae4d6d6bb750205d1f3d /Makefile | |
parent | ed11851ae3053e146bafb45ecfc48b2520ba8bb1 (diff) | |
download | subsurface-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |