We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa0004 commit 08e17d0Copy full SHA for 08e17d0
contrib/snowball_ext/Makefile
@@ -7,8 +7,8 @@ PGFILEDESC = "snowball_ext - add-on dictionary template with natural language st
7
8
REGRESS = snowball_ext
9
ENCODING = UTF8
10
-OBJS= snowball_ext.o api.o utilities.o \
11
- stem_UTF_8_nepali.o $(WIN32RES)
+OBJS= snowball_ext.o libstemmer/api.o libstemmer/utilities.o \
+ libstemmer/stem_UTF_8_nepali.o $(WIN32RES)
12
13
SQLSCRIPT= snowball_ext--1.0.sql
14
DATA_built = $(SQLSCRIPT)
0 commit comments