projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0866c1b
)
added config-riscos.h
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 8 Apr 2002 22:01:11 +0000
(22:01 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 8 Apr 2002 22:01:11 +0000
(22:01 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
597ed62
..
9813f9b
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-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