diff options
author | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-16 19:43:27 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-16 19:43:27 +0100 |
commit | 77248800533f3dabfb09dfa8ba32e3084ea62d5f (patch) | |
tree | a60132f45cdccc17c993682c455baab2431c7b12 | |
parent | 70be36c97a8cd598af061eb9ac5a9a5852858682 (diff) | |
download | json-glib-77248800533f3dabfb09dfa8ba32e3084ea62d5f.tar.gz |
Fix DISTCHECK configure flags
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3c4e5c4..850897c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = json-glib.pc.in CLEANFILES = $(pcfiles) -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk --enable-maintainer-flags +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags dist-hook: git-log --stat > ChangeLog.in && \ |