# HG changeset patch # User uh1763 # Date 958184809 -3600 # Node ID 40a7493238e89c970efa0b582d576a6c73f1d730 # Parent b225619a1ba146022bcc3acadf22cec969b951ff [svn] * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources. I forgot this in my last commit. Sorry. diff -r b225619a1ba1 -r 40a7493238e8 ChangeLog --- a/ChangeLog Fri May 12 18:35:16 2000 +0100 +++ b/ChangeLog Sat May 13 03:26:49 2000 +0100 @@ -2,6 +2,11 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Sat May 13 06:20:01 CEST 2000 Uwe Hermann + + * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources. + I forgot this in my last commit. Sorry. + Fri May 12 2000 Markus Enzenberger * src/client.c: add some intermediate variables for easier debugging diff -r b225619a1ba1 -r 40a7493238e8 src/Makefile.am --- a/src/Makefile.am Fri May 12 18:35:16 2000 +0100 +++ b/src/Makefile.am Sat May 13 03:26:49 2000 +0100 @@ -21,6 +21,7 @@ online.c online.h \ outgoing.c outgoing.h \ over.c over.h \ +portable.h \ post.c post.h \ protocol.c protocol.h \ pseudo.c pseudo.h \ diff -r b225619a1ba1 -r 40a7493238e8 src/Makefile.in --- a/src/Makefile.in Fri May 12 18:35:16 2000 +0100 +++ b/src/Makefile.in Sat May 13 03:26:49 2000 +0100 @@ -72,7 +72,7 @@ bin_PROGRAMS = noffle -noffle_SOURCES = client.c client.h common.h configfile.c configfile.h content.c content.h control.c control.h database.c database.h dynamicstring.c dynamicstring.h fetch.c fetch.h fetchlist.c fetchlist.h group.c group.h itemlist.c itemlist.h lock.c lock.h log.c log.h noffle.c online.c online.h outgoing.c outgoing.h over.c over.h post.c post.h protocol.c protocol.h pseudo.c pseudo.h request.c request.h server.c server.h util.c util.h wildmat.c wildmat.h +noffle_SOURCES = client.c client.h common.h configfile.c configfile.h content.c content.h control.c control.h database.c database.h dynamicstring.c dynamicstring.h fetch.c fetch.h fetchlist.c fetchlist.h group.c group.h itemlist.c itemlist.h lock.c lock.h log.c log.h noffle.c online.c online.h outgoing.c outgoing.h over.c over.h portable.h post.c post.h protocol.c protocol.h pseudo.c pseudo.h request.c request.h server.c server.h util.c util.h wildmat.c wildmat.h noffle_LDADD = -lgdbm