aboutsummaryrefslogtreecommitdiffstats
path: root/devel/regexx/files/patch-src::Makefile.am
blob: 9cdd575623e0062c2df5850632430205adf0f1c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/Makefile.am.orig	Tue Aug 22 21:54:30 2000
+++ src/Makefile.am	Wed Mar  7 19:25:48 2001
@@ -5,6 +5,7 @@
 ##
 
+INCLUDES=-I/usr/local/include
 lib_LTLIBRARIES = libregexx.la
 libregexx_la_SOURCES = regexx.cc regexx.hh split.cc split.hh
-libregexx_la_LDFLAGS = -version-info 1:1:1 ../pcre/maketables.lo ../pcre/get.lo ../pcre/study.lo ../pcre/pcre.lo
+libregexx_la_LDFLAGS = -version-info 1:1:1 -lpcre -L/usr/local/lib
 include_HEADERS = regexx.hh split.hh