blob: 34b404c0a2557816069b89b5cad45fbd7bb5b56c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- include/Makefile.in.orig Tue Nov 19 17:13:35 2002
+++ include/Makefile.in Tue Nov 19 17:14:10 2002
@@ -335,7 +335,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
|