aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-07 17:17:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-07 17:17:15 +0000
commit8be602cdfdfa117e1f771f1a7cdf995ea4ab989b (patch)
treeae81a668ebc577e7d6bc07a71ef8c5c418016c58 /src/Makefile.am
parent3dd40cca9a71061fc39f17ca46685e49929d4232 (diff)
Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index da9c51b2c..cf60ee54f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@ endif
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 writeenv.c writeenv.h \
- getpass.c getpass.h
+ getpass.c getpass.h homedir.c homedir.h
curl_LDADD = ../lib/libcurl.la
curl_DEPENDENCIES = ../lib/libcurl.la