diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-05-03 22:39:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-05-09 10:20:31 +0200 |
commit | 2ef7a28a71f819343afefa721e5497119fb2cee0 (patch) | |
tree | bff97c0276a013d8ae31f0e48987291cdbcfcda5 /Makefile.am | |
parent | 2a02c07a152ecc0d081e7f1a2c94dd8dc47ff7cf (diff) | |
download | curl-2ef7a28a71f819343afefa721e5497119fb2cee0.tar.gz |
include: cleanup
Made the public headers checksrc compliant
Removed types.h (it's been unused since April 2004)
Made the root makefile do make in include by default as well, so that
TAGS and the checksrc will work better.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 177b0ea61..6c2010966 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,8 +40,8 @@ EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ bin_SCRIPTS = curl-config -SUBDIRS = lib src -DIST_SUBDIRS = $(SUBDIRS) tests include packages docs +SUBDIRS = lib src include +DIST_SUBDIRS = $(SUBDIRS) tests packages docs pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc |