blob: 583bc78d89da1b38564b6490eee9281982b2733a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/Makefile.orig Sun Apr 24 09:25:02 2005
+++ components/Makefile Fri Sep 9 01:47:59 2005
@@ -27,7 +27,7 @@
$(shell pkg-config --libs $(GTK_PACKAGE))
MOZ_INCLUDES := \
- $(shell $(MOZILLA_CONFIG) --cflags)
+ $(shell $(MOZILLA_CONFIG) --cflags) $(shell $(REAL_CONFIG) --cflags)
CFLAGS += \
-fPIC
|