comparison src/Makefile.in @ 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 32ba1198c6fa
children 8897b7e3b108
comparison
equal deleted inserted replaced
65:b225619a1ba1 66:40a7493238e8
70 SPOOLDIR = @SPOOLDIR@ 70 SPOOLDIR = @SPOOLDIR@
71 VERSION = @VERSION@ 71 VERSION = @VERSION@
72 72
73 bin_PROGRAMS = noffle 73 bin_PROGRAMS = noffle
74 74
75 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 75 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
76 76
77 77
78 noffle_LDADD = -lgdbm 78 noffle_LDADD = -lgdbm
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../config.h 80 CONFIG_HEADER = ../config.h