Removed references to config-vms.h from the makefiles.
authorDan Fandrich <dan@coneharvesters.com>
Wed, 16 Mar 2005 23:09:39 +0000 (23:09 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 16 Mar 2005 23:09:39 +0000 (23:09 +0000)
lib/Makefile.am
src/Makefile.inc

index 8137b50..0d7304a 100644 (file)
@@ -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 \
index cd2e4c8..4f2aff9 100644 (file)
@@ -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)