diff options
author | Rodney Dawes <dobey@src.gnome.org> | 2002-11-21 21:55:16 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2002-11-21 21:55:16 +0000 |
commit | 69bb06e120f4afdb7eb0988a132d75ba87f650d3 (patch) | |
tree | 759bfcd240fdddf527bd550c6f79e263bbb6ddad /Makefile.am | |
parent | 72cb08fbf651ab8f29463ba1a9acdca3a4137c00 (diff) | |
download | libsoup-69bb06e120f4afdb7eb0988a132d75ba87f650d3.tar.gz libsoup-69bb06e120f4afdb7eb0988a132d75ba87f650d3.tar.bz2 libsoup-69bb06e120f4afdb7eb0988a132d75ba87f650d3.zip |
Don't require autoconf 2.5x, needs to work with 2.13
* configure.in: Don't require autoconf 2.5x, needs to work with 2.13
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0c008a29..6511b629 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = libsoup tests +SUBDIRS = libsoup EXTRA_DIST = soup-2.0.pc.in |