mirror of
https://github.com/curl/curl.git
synced 2026-07-30 19:48:04 +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
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
EXTRA_DIST = getdate.y \
|
||||
Makefile.b32 Makefile.b32.resp Makefile.m32 Makefile.vc6 \
|
||||
libcurl.def dllinit.c
|
||||
|
||||
lib_LTLIBRARIES = libcurl.la
|
||||
|
||||
# Some flags needed when trying to cause warnings ;-)
|
||||
|
|
@ -54,7 +58,9 @@ download.h getenv.c ldap.h ssluse.h \
|
|||
escape.c getenv.h mprintf.c telnet.c \
|
||||
escape.h getpass.c netrc.c telnet.h \
|
||||
getinfo.c highlevel.c strequal.c strequal.h easy.c \
|
||||
security.h security.c krb4.c memdebug.c memdebug.h
|
||||
security.h security.c krb4.c memdebug.c memdebug.h inet_ntoa_r.h
|
||||
|
||||
noinst_HEADERS = setup.h highlevel.h
|
||||
|
||||
# Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule.
|
||||
$(srcdir)/getdate.c: getdate.y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue