From: Duncan C. <dun...@us...> - 2004-12-17 21:21:53
|
Update of /cvsroot/gtk2hs/gtk2hs/mozembed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12068/mozembed Added Files: mozembed.pkg.in Log Message: New bindings to GtkMozEmbed contributed by Wolfram Kahl <ka...@ca...> (with previous work by Scott West and Jonas Svensson). New class and signal added to hierarchy.list and gtkmarshal.list Build support for mozembed package added to configure.ac and Makefile.am Fix to mk/common.mk to not -#include<config.h> when compiling .hs to .o as it is unnecessary and breaks for modules that do not have -I/usr/include/gtk-2.0 in their CPPFLAGS. --- NEW FILE: mozembed.pkg.in --- Package { name = "mozembed", auto = False, import_dirs = ["@hidir@"], source_dirs = [], library_dirs = [@MOZEMBED_LIBDIR_CQ@], hs_libraries = ["HSmozembed"], extra_libraries = [@MOZEMBED_LIBS_CQ@], include_dirs = [@MOZEMBED_CFLAGS_CQ@], c_includes = ["gtkmozembed.h"], package_deps = ["gtk"], extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = [@MOZEMBED_LIBEXTRA_CQ@] } |