changeset 66:40a7493238e8 noffle

[svn] * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources. I forgot this in my last commit. Sorry.
author uh1763
date Sat, 13 May 2000 03:26:49 +0100
parents b225619a1ba1
children 2e47992d7f5c
files ChangeLog src/Makefile.am src/Makefile.in
diffstat 3 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <uh1763@bingo-ev.de>
+
+ * 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 <markus.enzenberger@t-online.de>
 
  * src/client.c: add some intermediate variables for easier debugging
--- 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 \
--- 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