From c3c8bbd3b2688da8ec674a70eb88ff162e38ec47 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Apr 2002 22:40:38 +0000 Subject: Added writeenv.c and writeenv.h for RISCOS usage (and others?) --- src/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9813f9b20..82433a659 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,9 +16,7 @@ bin_PROGRAMS = curl #memtest curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c setup.h \ config-win32.h config-mac.h config-vms.h config-riscos.h \ - urlglob.h \ - version.h \ - writeout.h + urlglob.h version.h writeout.h writeenv.c writeenv.h curl_LDADD = ../lib/libcurl.la curl_DEPENDENCIES = ../lib/libcurl.la @@ -27,7 +25,7 @@ CLEANFILES = hugehelp.c NROFF=@NROFF@ EXTRA_DIST = mkhelp.pl curlmsg.msg \ - Makefile.vc6 Makefile.b32 Makefile.m32 config.h.in \ + Makefile.vc6 Makefile.b32 Makefile.m32 Makefile.riscos config.h.in \ macos/curl.mcp.xml.sit.hqx \ macos/MACINSTALL.TXT \ macos/src/curl_GUSIConfig.cpp \ -- cgit v1.2.3