diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-10 17:00:35 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-10 17:00:35 +0100 |
commit | 604290f79a199eb0c73a0cd05a473e1801a00673 (patch) | |
tree | f4dffbaa3223cc48b4585ee4165cbf0211477155 /include/Makefile | |
parent | 541da9910a264b4a0686ad6f77cdba6b0b273b29 (diff) | |
download | attr-604290f79a199eb0c73a0cd05a473e1801a00673.tar.gz |
More libtoolize fixes
Recent versions of libtool behave slightly differently, which causes some
breakage in how libtoolize was used here. Make sure that libtoolize adds
the auxiliary files (config.guess and config.sub).
Move install-sh into include/ so that libtoolize does not destroy it.
Split up the ``make clean'' and ``make distclean'' targets: the former
removes all files generated during a build. The latter removes all
files generated by libtoolize, autoconf, and configure as well.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index a645251..8135352 100644 --- a/include/Makefile +++ b/include/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/include/builddefs INCDIR = attr INST_HFILES = attributes.h xattr.h error_context.h libattr.h HFILES = $(INST_HFILES) misc.h walk_tree.h -LSRCFILES = builddefs.in buildmacros buildrules config.h.in +LSRCFILES = builddefs.in buildmacros buildrules config.h.in install-sh LDIRT = $(INCDIR) default: $(INCDIR) |