Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit85a4291

Browse files
author
Alexander Korotkov
committed
Install includes to include/server. Install also rumsort.h.
1 parentdb21d31 commit85a4291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
1010
EXTENSION = rum
1111
DATA = rum--1.0.sql
1212
PGFILEDESC = "RUM index access method"
13-
INCLUDES = src/rum.h
13+
INCLUDES = src/rum.h src/rumsort.h
1414

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

3636
installincludes:
37-
$(INSTALL_DATA)$(addprefix$(srcdir)/,$(INCLUDES))'$(DESTDIR)$(includedir)/'
37+
$(INSTALL_DATA)$(addprefix$(srcdir)/,$(INCLUDES))'$(DESTDIR)$(includedir)/server/'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp