fix 'make dist' and tesseract.pc.in

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@769 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
zdenop@gmail.com 2012-09-29 11:59:31 +00:00
parent ceff3288d7
commit a4e8bf7da0
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,6 @@ dist-hook:
# theory suffice.
rm -rf `find $(distdir) -name .svn`
rm -rf `find $(distdir) -name .deps`
rm -rf `find $(distdir) -name Makefile.in`
# 'make install' will install only libraries and programs (no language
# data files)

View File

@ -1,6 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
datarootdir = @datarootdir@
datadir=@datadir@
libdir=@libdir@
includedir=@includedir@
@ -9,6 +10,6 @@ Name: @PACKAGE_NAME@
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
URL: https://code.google.com/p/tesseract-ocr
Version: @VERSION@
Requires: lept
# Requires: lept ## leptonica do not provide lept.pc
Libs: -L${libdir} -ltesseract @LDFLAGS@ @LIBS@
Cflags: -I${includedir} @CFLAGS@ @CPPFLAGS@ @CXXFLAGS@ @DEFS@