From: Duncan C. <dun...@us...> - 2005-01-12 00:01:33
|
Update of /cvsroot/gtk2hs/gtk2hs/mozembed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5562/mozembed Modified Files: mozembed.pkg.in Log Message: Correct the 'import_dirs' in the <module>.pkg files. Each module has its own directory under the hi difrectory. Correct the install location for glib package's .hi files. Correct a linker error caused by a missing _stub.o file. Everything should install correctly now and the demos should build ok. Index: mozembed.pkg.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mozembed/mozembed.pkg.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mozembed.pkg.in 17 Dec 2004 21:21:44 -0000 1.1 +++ mozembed.pkg.in 12 Jan 2005 00:00:51 -0000 1.2 @@ -1,7 +1,7 @@ Package { name = "mozembed", - auto = False, - import_dirs = ["@hidir@"], + auto = True, + import_dirs = ["@hidir@/mozembed"], source_dirs = [], library_dirs = [@MOZEMBED_LIBDIR_CQ@], hs_libraries = ["HSmozembed"], |