aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-13 21:05:20 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-13 21:05:20 +0200
commitc6229965bc51a2bcb1460a9dcc28bed4a0092678 (patch)
tree29e9a9b1b999a65642147beaf6831d7211881121 /Makefile.am
parent181a4133f334e38966b58afa5c79f2840637c98f (diff)
downloadgamma-c6229965bc51a2bcb1460a9dcc28bed4a0092678.tar.gz
gamma-c6229965bc51a2bcb1460a9dcc28bed4a0092678.tar.bz2
Implement Expat bindings.
* modules/expat: New module. * modules/MODLIST: Add expat. * src/eval.c: New file. * src/expat.sci: New file. * src/gamma-expat.c: New file. * src/gamma-expat.h: New file. * src/.gitignore: Update. * src/Makefile.am (.c.inc): Handle GAMMA_CONST and GAMMA_EXPORT markers. * src/syslog.c (syslog_kw): Use GAMMA_CONST marker. * src/syslog.sci: Remove explicit exports. * modules/sql: Do not use AC_LIBOBJ. * scripts/bootstrap: Minor improvement. * NEWS, README: Update.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a153f7..5419ad7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,3 +62,6 @@ dist-hook:
done; \
cp MODLIST $$distdir/modules; \
cd $$here
+
+#Makefile.am: $(top_srcdir)/modules/MODLIST
+# scripts/bootstrap -C $(top_srcdir) --moddir modules --parents

Return to:

Send suggestions and report system problems to the System administrator.