added config-riscos.h

This commit is contained in:
Daniel Stenberg 2002-04-08 22:01:11 +00:00
parent 0866c1b52d
commit fb7d34cea8
1 changed files with 2 additions and 7 deletions

View File

@ -15,15 +15,10 @@ bin_PROGRAMS = curl #memtest
#memtest_LDADD = $(top_srcdir)/lib/libcurl.la
curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c setup.h \
config-win32.h \
config-mac.h \
config-vms.h \
config-win32.h config-mac.h config-vms.h config-riscos.h \
urlglob.h \
version.h \
writeout.h \
config-win32.h \
config-mac.h \
config-vms.h
writeout.h
curl_LDADD = ../lib/libcurl.la
curl_DEPENDENCIES = ../lib/libcurl.la