aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 13:53:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 13:53:34 +0000
commit0e4e72f193a83148df1377611ec7828b110b2715 (patch)
tree48edb0f3f741802d50979e52725c5051a144f390 /src/Makefile.am
parent107413c02180b1bc1ea1c10f34f7c172fbe275db (diff)
added hugehelp.h
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 7c636bf03..305ed721e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src -I$(top_srcdir)/src
bin_PROGRAMS = curl
-curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c setup.h \
+curl_SOURCES = main.c hugehelp.c hugehelp.h 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 homedir.c homedir.h $(top_srcdir)/lib/strtoofft.c