Heikki Linnakangas <heikki@enterprisedb.com>:
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 10 Sep 2007 20:37:36 +0000 (20:37 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 10 Sep 2007 20:37:36 +0000 (20:37 +0000)
Add tsearch subdirectory is added to Makefile to allow
compile  custom tsearch dictionary as an external module.

src/include/Makefile

index 22988ed78bc61f2cc6313fba46236db892b8ff85..4ca9fc78893a5538855e2a512c4d01155d69ab96 100644 (file)
@@ -18,7 +18,7 @@ all: pg_config.h pg_config_os.h
 
 # Subdirectories containing headers for server-side dev
 SUBDIRS = access bootstrap catalog commands executor lib libpq mb \
-       nodes optimizer parser regex rewrite storage tcop utils \
+       nodes optimizer parser regex rewrite storage tcop tsearch utils \
        port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
 
 # Install all headers