aboutsummaryrefslogtreecommitdiff
path: root/www/gecko-sharp10/files/patch-samples::Makefile.in
blob: bff97d28d7a22607061149a2ba18ebb7c403e7a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- sample/Makefile.in.orig	Sat Aug 28 00:22:09 2004
+++ sample/Makefile.in	Sat Aug 28 00:24:05 2004
@@ -274,14 +274,14 @@
 	-L @top_builddir@/gtkmozembed \
 	-r gecko-sharp.dll \
 	-L $(GTKSHARP_PREFIX)/lib \
-	-pkg:gtk-sharp \
+	`pkg-config --libs gtk-sharp` \
 	-r System.Drawing \
 	-o GtkMozApp.exe $(srcdir)/GtkMozApp.cs $(srcdir)/MozWindow.cs
 
 WebThumbnailer.exe: $(srcdir)/WebThumbnailer.cs
 	$(MCS) 	-L @top_builddir@/gtkmozembed \
 	-r gecko-sharp.dll \
-	-pkg:gtk-sharp $(srcdir)/WebThumbnailer.cs \
+	`pkg-config --libs gtk-sharp` $(srcdir)/WebThumbnailer.cs \
 	-o WebThumbnailer.exe
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.