aboutsummaryrefslogblamecommitdiff
path: root/devel/libdistance/files/patch-Makefile
blob: efcfd74fd59dc0c41252e2cb11b60b31092a9c66 (plain) (tree)
1
2
3
4
5
6
7

                                               


                                                     
                        
                 





                                                                            
--- 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