From 7a30b5655188caa0491443f9b97c9f2331f74e1d Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Thu, 2 Mar 2017 19:35:09 +0300 Subject: [PATCH] Use correct variable for path to server includes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 624ba9b..0892a24 100644 --- a/Makefile +++ b/Makefile @@ -38,4 +38,4 @@ maintainer-clean: install: installincludes installincludes: - $(INSTALL_DATA) $(addprefix $(srcdir)/, $(INCLUDES)) '$(DESTDIR)$(includedir)/server/' + $(INSTALL_DATA) $(addprefix $(srcdir)/, $(INCLUDES)) '$(DESTDIR)$(includedir_server)/'