Blob Blame History Raw
--- gnome-games-2.13.6/gnomine/Makefile.in.gstreamer	2006-02-04 00:08:59.000000000 -0500
+++ gnome-games-2.13.6/gnomine/Makefile.in	2006-02-04 00:09:11.000000000 -0500
@@ -226,8 +226,7 @@
 	$(WARN_CFLAGS)					\
 	$(GNOME_GAMES_CFLAGS)				\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
-	-DDATADIR=\""$(datadir)"\" \
-	`pkg-config --cflags gstreamer-0.8`
+	-DDATADIR=\""$(datadir)"\" 
 
 
 bin_PROGRAMS = gnomine
@@ -243,7 +242,7 @@
 	$(GNOME_GAMES_LIBS)
 
 
-gnomine_LDFLAGS = `pkg-config --libs gstreamer-0.8`
+gnomine_LDFLAGS = 
 
 schemadir = @GCONF_SCHEMA_FILE_DIR@
 schema_in_files = gnomine.schemas.in
--- gnome-games-2.13.6/gnomine/Makefile.am.gstreamer	2006-02-04 00:08:25.000000000 -0500
+++ gnome-games-2.13.6/gnomine/Makefile.am	2006-02-04 00:08:46.000000000 -0500
@@ -10,8 +10,7 @@
 	$(WARN_CFLAGS)					\
 	$(GNOME_GAMES_CFLAGS)				\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
-	-DDATADIR=\""$(datadir)"\" \
-	`pkg-config --cflags gstreamer-0.8`
+	-DDATADIR=\""$(datadir)"\"
 
 bin_PROGRAMS = gnomine
 
@@ -24,7 +23,7 @@
 	../libgames-support/libgames-support.la \
 	$(GNOME_GAMES_LIBS)
 
-gnomine_LDFLAGS = `pkg-config --libs gstreamer-0.8`
+gnomine_LDFLAGS =
 
 schemadir   = @GCONF_SCHEMA_FILE_DIR@
 schema_in_files = gnomine.schemas.in