From: Duncan C. <dun...@us...> - 2005-01-16 21:44:31
|
Update of /cvsroot/gtk2hs/gtk2hs/mogul In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2482/mogul Modified Files: mogul.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: mogul.pkg.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mogul/mogul.pkg.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mogul.pkg.in 14 Jan 2005 13:11:19 -0000 1.4 +++ mogul.pkg.in 16 Jan 2005 21:44:15 -0000 1.5 @@ -1,6 +1,6 @@ Package { name = "mogul", - auto = True, + @GHCPKG_USE_AUTOLIBS@ import_dirs = ["@hidir@/mogul"], source_dirs = [], library_dirs = [@GTK_LIBDIR_CQ@], |