summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-07-19 13:41:57 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-07-19 13:41:57 +0000
commitd6a0ad67fe44f493d31008543fee3332282b221d (patch)
treeb78f03cf3ab4608970bfd7d00adba692a889395e /makefile
parent748e38ab87b917e6e86cbdc1471b245ea7d7054a (diff)
downloadnetsurf-d6a0ad67fe44f493d31008543fee3332282b221d.tar.gz
netsurf-d6a0ad67fe44f493d31008543fee3332282b221d.tar.bz2
Add simple (currently non-functional) options window for nsgtk
svn path=/trunk/netsurf/; revision=2779
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 7cfae6e37..0db415f4d 100644
--- a/makefile
+++ b/makefile
@@ -122,7 +122,7 @@ CFLAGS_DEBUG = -std=c9x -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I.. \
$(PLATFORM_CFLAGS_DEBUG) -g
CFLAGS_GTK = -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \
$(WARNFLAGS) -I.. -g -O0 -Wformat=2 \
- `pkg-config --cflags gtk+-2.0` `xml2-config --cflags`
+ `pkg-config --cflags libglade-2.0 gtk+-2.0` `xml2-config --cflags`
# Stop GCC under Cygwin throwing a fit
# If you pass -std=<whatever> it appears to define __STRICT_ANSI__
@@ -156,9 +156,9 @@ riscos_debug: nsrodebug,ff8
nsrodebug,ff8: $(OBJS_DEBUGRO)
$(CC) -o $@ $(LDFLAGS_RISCOS) $^
-gtk: nsgtk
+gt:k nsgtk
nsgtk: $(OBJS_GTK)
- /usr/bin/gcc -o nsgtk $^ `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` \
+ /usr/bin/gcc -o nsgtk $^ `pkg-config --cflags --libs libglade-2.0 gtk+-2.0 gthread-2.0 gmodule-2.0` \
$(LDFLAGS_DEBUG)
netsurf.zip: $(RUNIMAGE)