diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-24 20:42:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-24 20:42:51 +0000 |
commit | a104a365e355391002ebd4424daa4e6c49b92de6 (patch) | |
tree | f1f55bafbbdc94ee89f4291aec18eb947d97f0e2 | |
parent | 62d94ff342d3834fc6439afd90e070ea7a9be93e (diff) |
Added firefox-db2pem.sh to the release archive
-rw-r--r-- | lib/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7f236d806..903e1a959 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,14 +29,14 @@ DOCS = README.encoding README.memoryleak README.ares README.curlx \ README.hostip README.multi_socket README.httpauth README.pipelining \ README.NSS -EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos \ - $(DSP) curllib.dsw config-win32.h config-win32ce.h config-riscos.h \ - config-mac.h config.h.in makefile.dj config.dos \ - libcurl.framework.make libcurl.plist libcurl.rc config-amigaos.h \ - amigaos.c amigaos.h makefile.amiga Makefile.netware nwlib.c nwos.c \ - libcurl.imp msvcproj.head msvcproj.foot config-win32ce.h \ - config-os400.h setup-os400.h config-symbian.h \ - Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl +EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \ + curllib.dsw config-win32.h config-win32ce.h config-riscos.h config-mac.h \ + config.h.in makefile.dj config.dos libcurl.framework.make libcurl.plist \ + libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga \ + Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot \ + config-win32ce.h config-os400.h setup-os400.h config-symbian.h \ + Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \ + firefox-db2pem.sh CLEANFILES = $(DSP) $(VCPROJ) |