diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-02 11:25:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-02 11:25:13 +0000 |
commit | d1d53b2bbf4773146dafe7b634424227a9c4f140 (patch) | |
tree | 9042b34bfd248d3f7cf2df93e37ba1bc49eeed10 | |
parent | 950aa1c74364f2c2e0e562eef16fcc1d722c1865 (diff) |
make clean now removes getdate.c
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 06e350660..0bcc9ad80 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = getdate.y Makefile.b32 Makefile.b32.resp Makefile.m32 \ makefile.amiga config-netware.h Makefile.netware nwlib.c libcurl.imp \ msvcproj.head msvcproj.foot -CLEANFILES = $(DSP) +CLEANFILES = $(DSP) getdate.c lib_LTLIBRARIES = libcurl.la |