diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-07-31 22:41:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-07-31 22:41:27 +0000 |
commit | 513ac758daec3b60e02b2b96cc8dab05afb2adf4 (patch) | |
tree | 64adcef4c465c51cc116a03cd33f0c00d104a710 | |
parent | 0a57b8cd609826e41ccbb65022b5f81de9d02227 (diff) |
The installed header files were moved from this to include/curl/Makefile.am
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 2bffe0584..52b741771 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,12 +5,6 @@ AUTOMAKE_OPTIONS = foreign no-dependencies lib_LTLIBRARIES = libcurl.la -include_HEADERS = \ - $(top_srcdir)/include/curl/curl.h \ - $(top_srcdir)/include/curl/easy.h \ - $(top_srcdir)/include/curl/mprintf.h \ - $(top_srcdir)/include/curl/stdcheaders.h \ - $(top_srcdir)/include/curl/types.h # Some flags needed when trying to cause warnings ;-) # CFLAGS = -g -Wall #-pedantic |