Skip to content

Commit

Permalink
Use correct variable for path to server includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Korotkov committed Mar 2, 2017
1 parent 5b7f210 commit 7a30b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)/'

0 comments on commit 7a30b56

Please sign in to comment.