Update of /cvsroot/gtk2hs/gtk2hs/glade
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2482/glade
Modified Files:
glade.pkg.in
Log Message:
use the new GHCPKG_USE_AUTOLIBS substitution so the .pkg files will be
understood by older versions of ghc-pkg.
Index: glade.pkg.in
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/glade/glade.pkg.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- glade.pkg.in 12 Jan 2005 00:00:49 -0000 1.3
+++ glade.pkg.in 16 Jan 2005 21:44:16 -0000 1.4
@@ -1,6 +1,6 @@
Package {
name = "glade",
- auto = True,
+ @GHCPKG_USE_AUTOLIBS@
import_dirs = ["@hidir@/glade"],
source_dirs = [],
library_dirs = [@LIBGLADE_LIBDIR_CQ@],
|