0f93502c68
The libdistance library should be called libdistance.so and its swig wrapper should be called libdistance_wrap.so. Approved by: brooks Differential Revision: https://reviews.freebsd.org/D4194
13 lines
338 B
Text
13 lines
338 B
Text
--- Makefile.orig 2014-10-10 13:11:38 UTC
|
|
+++ Makefile
|
|
@@ -1,8 +1,10 @@
|
|
# $Id: Makefile,v 1.5 2004/11/29 21:42:14 jose Exp $
|
|
|
|
LIB= distance
|
|
+SHLIB_MAJOR= 1
|
|
SRCS= levenshtein.c hamming.c bloom.c needleman_wunsch.c jaccard.c
|
|
SRCS+= minkowski.c damerau.c
|
|
+INCS= distance.h
|
|
MAN= distance.3
|
|
CFLAGS+= -g -Wall -Wunused
|
|
LDADD+= -g
|