13 lines
365 B
Text
13 lines
365 B
Text
$NetBSD: patch-ac,v 1.4 2000/08/25 06:22:28 jlam Exp $
|
|
|
|
--- pgtk/Makefile.am.orig Tue Aug 1 13:04:51 2000
|
|
+++ pgtk/Makefile.am
|
|
@@ -17,7 +17,7 @@
|
|
# GTK support
|
|
#
|
|
if GTK
|
|
-INCLUDES = $(GTK_CFLAGS) -I../putil -I../pgame -I../pai -I../pnet -I../psound
|
|
+INCLUDES = $(LIBMIKMOD_CFLAGS) $(GTK_CFLAGS) -I../putil -I../pgame -I../pai -I../pnet -I../psound
|
|
endif
|
|
|
|
|