diff options
author | Dan Winship <danw@src.gnome.org> | 2002-11-11 22:15:29 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-11-11 22:15:29 +0000 |
commit | e3172515fcfb95e994cf4eadadeb6fd62b5d221f (patch) | |
tree | 0f9ff7b4ac825e607cfa0f3ec100a36094500e0d /Makefile.am | |
parent | d4629510fb547f3ed2cce829ea1ec0c73bc5647c (diff) | |
download | libsoup-e3172515fcfb95e994cf4eadadeb6fd62b5d221f.tar.gz libsoup-e3172515fcfb95e994cf4eadadeb6fd62b5d221f.tar.bz2 libsoup-e3172515fcfb95e994cf4eadadeb6fd62b5d221f.zip |
Move the SoupAddress code from soup-socket.c and soup-socket-unix.c to
* libsoup/soup-address.c: Move the SoupAddress code from
soup-socket.c and soup-socket-unix.c to here.
* libsoup/soup-socket.c: Move the remaining code from
soup-socket-unix.c here.
* libsoup/soup-socket-unix.c: Gone
* tests/get.c: really really trivial test program
* configure.in (AC_OUTPUT):
* Makefile.am (SUBDIRS): add tests/
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 5b2c4dff..0c008a29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = libsoup +SUBDIRS = libsoup tests EXTRA_DIST = soup-2.0.pc.in |