1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- include/Makefile.in.orig Thu Dec 5 10:37:22 2002 +++ include/Makefile.in Sat Dec 14 16:26:53 2002 @@ -324,7 +324,11 @@ installdirs: $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) +.if defined(CLIENT_ONLY) install: install-am +.else +install: +.endif install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am