Blob Blame History Raw
--- vegastrike-0.4.3/launcher/Makefile.am.orig	2006-02-27 20:33:38.000000000 +0000
+++ vegastrike-0.4.3/launcher/Makefile.am	2006-02-27 20:33:57.000000000 +0000
@@ -1,8 +1,8 @@
 INCLUDES = -I$(top_srcdir) \
-	   `gtk-config --cflags`
+	   `pkg-config --cflags gtk+-2.0`
 
 GCF = 
-LIBS  =`gtk-config --libs`
+LIBS  =`pkg-config --libs gtk+-2.0`
 
 bin_PROGRAMS=vslauncher
 commonLIB = ../src/common/libvscommon.a