mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add CFLAGS to build rule for webservice.o
Otherwise it won't compile on MacOS X Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed11851ae3
commit
5c2d1af5ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue