Skip to content

Commit

Permalink
Install includes to include/server. Install also rumsort.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Korotkov committed Feb 20, 2017
1 parent db21d31 commit 85a4291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -10,7 +10,7 @@ OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
EXTENSION = rum
DATA = rum--1.0.sql
PGFILEDESC = "RUM index access method"
INCLUDES = src/rum.h
INCLUDES = src/rum.h src/rumsort.h

REGRESS = rum rum_hash ruminv timestamp orderby orderby_hash altorder \
altorder_hash limits
Expand All @@ -34,4 +34,4 @@ wal-check: temp-install
install: installincludes

installincludes:
$(INSTALL_DATA) $(addprefix $(srcdir)/, $(INCLUDES)) '$(DESTDIR)$(includedir)/'
$(INSTALL_DATA) $(addprefix $(srcdir)/, $(INCLUDES)) '$(DESTDIR)$(includedir)/server/'

0 comments on commit 85a4291

Please sign in to comment.