Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08e17d0

Browse files
committed
[snowball_ext, windows]: Fix the path to source/object files
1 parent baa0004 commit 08e17d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/snowball_ext/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ PGFILEDESC = "snowball_ext - add-on dictionary template with natural language st
77

88
REGRESS = snowball_ext
99
ENCODING = UTF8
10-
OBJS= snowball_ext.o api.o utilities.o \
11-
stem_UTF_8_nepali.o $(WIN32RES)
10+
OBJS= snowball_ext.o libstemmer/api.o libstemmer/utilities.o \
11+
libstemmer/stem_UTF_8_nepali.o $(WIN32RES)
1212

1313
SQLSCRIPT= snowball_ext--1.0.sql
1414
DATA_built = $(SQLSCRIPT)

0 commit comments

Comments
 (0)