diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-03-16 23:09:39 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-03-16 23:09:39 +0000 |
commit | f5cdac38bdad4ac151b08d756d54723075ea38b9 (patch) | |
tree | d15077792dd724878fa42a580919a1c722ab692f | |
parent | 760565dcadce810edce08fc65b0651cd753c0d38 (diff) |
Removed references to config-vms.h from the makefiles.
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8137b508a..0d7304aef 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc DSP = curllib.dsp EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \ - curllib.dsw config-vms.h config-win32.h config-win32ce.h config-riscos.h \ + curllib.dsw config-win32.h config-win32ce.h config-riscos.h \ config-mac.h config.h.in ca-bundle.crt README.encoding README.memoryleak \ README.ares README.curlx makefile.dj config.dj libcurl.framework.make \ libcurl.plist libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga \ diff --git a/src/Makefile.inc b/src/Makefile.inc index cd2e4c892..4f2aff9a2 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -8,7 +8,7 @@ CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \ getpass.c homedir.c CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \ - config-vms.h config-riscos.h urlglob.h version.h \ + config-riscos.h urlglob.h version.h \ writeout.h writeenv.h getpass.h homedir.h curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HFILES) |