From 044ca343adbd4686b6ef71ebfb087e7dcceffe61 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Jan 2001 10:00:14 +0000 Subject: Loic Dachary's makefile/dist/rpm fixes --- lib/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 145a9ba27..2090cb013 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 -- cgit v1.2.3