diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/snowball/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/backend/snowball/Makefile b/src/backend/snowball/Makefile index ac80efeb7d1..50cbace41da 100644 --- a/src/backend/snowball/Makefile +++ b/src/backend/snowball/Makefile @@ -6,6 +6,9 @@ # #------------------------------------------------------------------------- +PGFILEDESC = "snowball - natural language stemmers" +PGAPPICON = win32 + subdir = src/backend/snowball top_builddir = ../../.. include $(top_builddir)/src/Makefile.global @@ -13,7 +16,7 @@ include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I$(top_srcdir)/src/include/snowball \ -I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS) -OBJS= dict_snowball.o api.o utilities.o \ +OBJS= $(WIN32RES) dict_snowball.o api.o utilities.o \ stem_ISO_8859_1_danish.o \ stem_ISO_8859_1_dutch.o \ stem_ISO_8859_1_english.o \ |