]> sjero.net Git - wget/commitdiff
version.c should not be distributed.
authorMicah Cowan <micah@cowan.name>
Thu, 18 Oct 2007 17:12:45 +0000 (10:12 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 18 Oct 2007 17:12:45 +0000 (10:12 -0700)
src/ChangeLog
src/Makefile.am

index 361ac9ef9ad88e1a2859d3723517ee60c8207abd..7fdcb2b6852429fdae644806b21acf1419329bc5 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-18  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: version.c should not be distributed.
+
 2007-10-15  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am: Remove intermediary hg-id file generation, make
index 26da74d2b64a77ef0ad2023f5cc087ab1aab04f4..0c203f5cafc4a84b245f272a8d0f543446fab0a2 100644 (file)
@@ -38,12 +38,13 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c ftp-basic.c       \
               ftp-ls.c hash.c host.c html-parse.c html-url.c http.c    \
               init.c log.c main.c netrc.c progress.c ptimer.c recur.c  \
               res.c retr.c snprintf.c spider.c url.c   \
-              utils.c version.c xmalloc.c                              \
+              utils.c xmalloc.c                                \
               config-post.h connect.h convert.h cookies.h              \
               ftp.h gen-md5.h hash.h host.h html-parse.h \
               http.h http-ntlm.h init.h log.h mswindows.h netrc.h \
               options.h progress.h ptimer.h recur.h res.h retr.h \
               spider.h ssl.h sysdep.h url.h utils.h wget.h xmalloc.h
+nodist_wget_SOURCES = version.c
 EXTRA_wget_SOURCES = mswindows.c
 LDADD = $(ALLOCA) $(LIBOBJS) ../lib/libgnu.a
 AM_CPPFLAGS = -I$(top_srcdir)/lib
@@ -58,4 +59,4 @@ libunittest_a_SOURCES = $(wget_SOURCES) test.c test.h
 libunittest_a_CPPFLAGS = -DTESTING
 libunittest_a_LIBADD = $(ALLOCA) $(LIBOBJS)
 
-CLEANFILES = *~ *.bak core core.[0-9]*
+CLEANFILES = *~ *.bak core core.[0-9]* version.c