aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 10:00:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 10:00:14 +0000
commit044ca343adbd4686b6ef71ebfb087e7dcceffe61 (patch)
tree5e1e461eab790a0cef0c396acbfe72a763fc5b1a /src/Makefile.am
parentf59ea9adb3b6cecad5218e9970bc7ca48ffdd2b2 (diff)
Loic Dachary's makefile/dist/rpm fixes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 43bf0cdf1..b64ea24bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,17 +10,24 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = curl #memtest
+noinst_HEADERS = setup.h \
+ config-win32.h \
+ urlglob.h \
+ version.h \
+ writeout.h
+
#memtest_SOURCES = memtest.c
#memtest_LDADD = $(top_srcdir)/lib/libcurl.la
curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c
-curl_LDADD = $(top_srcdir)/lib/libcurl.la
-curl_DEPENDENCIES = $(top_srcdir)/lib/libcurl.la
+curl_LDADD = ../lib/libcurl.la
+curl_DEPENDENCIES = ../lib/libcurl.la
BUILT_SOURCES = hugehelp.c
CLEANFILES = hugehelp.c
NROFF=@NROFF@
-EXTRA_DIST = mkhelp.pl Makefile.vc6
+EXTRA_DIST = mkhelp.pl config-win32.h \
+ Makefile.vc6 Makefile.b32 Makefile.m32
AUTOMAKE_OPTIONS = foreign no-dependencies