diff options
author | Dan Winship <danw@gnome.org> | 2011-06-03 18:29:59 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-02-08 09:12:31 -0500 |
commit | 4dc4c05536ddda37e702966c87dfbe8acf120f40 (patch) | |
tree | 63e94c630d11a4d1fbea1800809014537dbda54a /Makefile.am | |
parent | 0b7b664ff2c0373bbab9b93346dfb36a76e98320 (diff) | |
download | libsoup-4dc4c05536ddda37e702966c87dfbe8acf120f40.tar.gz libsoup-4dc4c05536ddda37e702966c87dfbe8acf120f40.tar.bz2 libsoup-4dc4c05536ddda37e702966c87dfbe8acf120f40.zip |
Use Makefile.glib
Test drive Makefile.glib from bug 654395 (excepted distributed with
the tarball rather than using one installed with glib).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bb942384..8b86fb7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ EXTRA_DIST = \ libsoup-gnome-2.4.pc.in \ gtk-doc.make \ libsoup-zip.in \ - m4/introspection.m4 + m4/introspection.m4 \ + Makefile.glib DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection |