blob: f5caef94525a5441e2cf7424615a2faf8d449a58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- pygnome/Makefile.in.orig Thu Jan 3 15:21:15 2002
+++ pygnome/Makefile.in Thu Feb 7 15:35:50 2002
@@ -123,7 +123,7 @@
SUBDIRS = generate gnome
INCLUDES = $(PYTHON_INCLUDES) $(GNOME_INCLUDEDIR) \
- $(LIBGLADE_CFLAGS)
+ $(LIBGLADE_CFLAGS) `$(GNOME_CONFIG) --cflags gtkhtml capplet`
@WITH_APPLETS_TRUE@appletmodule = _appletmodule.la
|