CVS diff for Makefile.am between 1.5 and 1.3:

Revision 1.3 Revision 1.5
Line 2 Line 2
cow_SOURCES = cgi.c config.l cow.c depot.c hand.c logs.c mime.c request.c \ 
response.c utl.c cgi.h cow.h cow_config.h defines.h \ 
http_message.h logs.h mime.h pmsg.h request.h response.h \ 
cow_SOURCES = cgi.c config.l cow.c depot.c hand.c logs.c mime.c request.c \ 
response.c utl.c cgi.h cow.h cow_config.h defines.h \ 
http_message.h logs.h mime.h pmsg.h request.h response.h \ 
	      schedule.h utl.h 
	      schedule.h utl.h buff.c buff.h 
sysconf_DATA = cow.conf.sample 
EXTRA_DIST = cow.conf.sample
sysconf_DATA = cow.conf.sample 
EXTRA_DIST = cow.conf.sample
 
cow_CFLAGS = $(PTH_CFLAGS)
cow_LDFLAGS = $(PTH_LDFLAGS)
cow_LIBS = $(PTH_LIBS) 
 
# Build Pth and link it statically 
SUBDIRS = pth 
 
# Build Pth and link it statically 
SUBDIRS = pth 
Line 14 Line 18
#	test -f $(distdir)/etc/cow.conf && cp cow.conf $(distdir)/etc/cow.conf.new || true 
# test -f $(distdir)/etc/cow.conf || cp cow.conf $(distdir)/etc/cow.conf || true 
 
#	test -f $(distdir)/etc/cow.conf && cp cow.conf $(distdir)/etc/cow.conf.new || true 
# test -f $(distdir)/etc/cow.conf || cp cow.conf $(distdir)/etc/cow.conf || true 
 


Legend
Lines deleted from 1.5  
Lines Modified
  Lines added in revision 1.3