diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2013-10-25 21:20:58 +0200 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@luon.net> | 2013-10-25 21:20:58 +0200 |
| commit | a4256940da049f91bbbea5e53e469a59ea9c10f7 (patch) | |
| tree | 2211c102aea3a33f34f960f48c8b8a55daccd97b /Makefile.am | |
| parent | 8d275584fc94f398f0a7c990dcd057533d9a5856 (diff) | |
Imported Upstream version 0.9.8.8 upstream/0.9.8.8
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d9a5896b..89a338b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,11 +24,12 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ - Makefile.glib + Makefile.glib \ + autogen.sh DISTCHECK_CONFIGURE_FLAGS = \ --with-tests=yes \ - --with-docs=yes \ + --enable-gtk-doc \ --enable-more-warnings=yes \ --with-udev-dir=$$dc_install_base/lib/udev \ --with-wext=no \ |