Update of /cvsroot/gtk2hs/gtk2hs/mogul
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8972/mogul
Added Files:
mogul.pkg.in
Log Message:
add support to build build glade, gconf, sourceview & mogul packages
also small quoting fix to acinclude.m4
.pkg.in files do not have the right flags format yet, will fix soon
--- NEW FILE: mogul.pkg.in ---
Package {
name = "mogul",
auto = False,
import_dirs = ["@hidir@"],
source_dirs = [],
library_dirs = [],
hs_libraries = ["mogul"],
extra_libraries = [],
include_dirs = [],
c_includes = [],
package_deps = ["gtk2hs"],
extra_ghc_opts = [],
extra_cc_opts = [],
extra_ld_opts = []
}
|