- fix includedir

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-19 10:26:11 +00:00
parent 036f718684
commit 0cb95500d2

View File

@ -37,9 +37,10 @@ $(LIBGPG_ERROR_DIR)/.configured: $(LIBGPG_ERROR_DIR)/.source
--sysconfdir=/etc \ --sysconfdir=/etc \
--datadir=/usr/share \ --datadir=/usr/share \
--localstatedir=/var \ --localstatedir=/var \
--includedir=/include \ --includedir=/usr/include \
--mandir=/usr/man \ --mandir=/usr/man \
--infodir=/usr/info \ --infodir=/usr/info \
$(DISABLE_NLS) \
) )
touch $(LIBGPG_ERROR_DIR)/.configured touch $(LIBGPG_ERROR_DIR)/.configured
@ -64,7 +65,6 @@ libgpg-error-clean:
libgpg-error-dirclean: libgpg-error-dirclean:
rm -rf $(LIBGPG_ERROR_DIR) rm -rf $(LIBGPG_ERROR_DIR)
.PHONY: libgpg-error
############################################################# #############################################################
# #
# Toplevel Makefile options # Toplevel Makefile options