mirror of
https://github.com/curl/curl.git
synced 2026-05-08 16:37:27 +03:00
Loic Dachary's makefile/dist/rpm fixes
This commit is contained in:
parent
f59ea9adb3
commit
044ca343ad
9 changed files with 69 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue