diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-05 16:14:50 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-05 16:14:50 +0000 |
commit | f1261bcdd7fdfcc38d80f63f21fd78d7eef1e6e4 (patch) | |
tree | 87928825d3d9d12b5a1471dae6c907bca45db0a1 /src/Makefile.inc | |
parent | 2e7b36d04fc5cf63ea0b098b8282dcd5f98fcc15 (diff) | |
download | curl-f1261bcdd7fdfcc38d80f63f21fd78d7eef1e6e4.tar.gz |
introduction of os-specific.c and os-specific.h
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r-- | src/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index 8c0a1f1f7..e0c132137 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -7,10 +7,10 @@ CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \ $(top_srcdir)/lib/rawstr.c CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \ - getpass.c homedir.c curlutil.c + getpass.c homedir.c curlutil.c os-specific.c CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \ - config-riscos.h urlglob.h version.h \ + config-riscos.h urlglob.h version.h os-specific.h \ writeout.h writeenv.h getpass.h homedir.h curlutil.h curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HFILES) |