diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ TNTVERS7 = $(shell ver=$(TNTVERSION); if [ $$ver -ge "1606" ]; then echo "yes" CXXFLAGS += $(shell tntnet-config --cxxflags) LIBS += $(shell tntnet-config --libs) CXXFLAGS += $(shell pcre-config --cflags) -LIBS += $(shell pcre-config --libs-cpp) +LIBS += $(shell pcre-config --libs) -lpcrecpp ### The name of the distribution archive: |