From: Duncan C. <dun...@us...> - 2005-01-12 00:00:59
|
Update of /cvsroot/gtk2hs/gtk2hs/glade In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5562/glade Modified Files: glade.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: glade.pkg.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/glade/glade.pkg.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- glade.pkg.in 9 Dec 2004 18:44:59 -0000 1.2 +++ glade.pkg.in 12 Jan 2005 00:00:49 -0000 1.3 @@ -1,7 +1,7 @@ Package { name = "glade", - auto = False, - import_dirs = ["@hidir@"], + auto = True, + import_dirs = ["@hidir@/glade"], source_dirs = [], library_dirs = [@LIBGLADE_LIBDIR_CQ@], hs_libraries = ["HSglade"], |