last-svn-commit-181-g565a8ac Fix Scribo's dependencies w.r.t. libraries.

* src/Makefile.am (text_in_doc_LDFLAGS, text_in_doc_ppm_LDFLAGS): Remove -lhpdf. --- scribo/ChangeLog | 7 +++++++ scribo/src/Makefile.am | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 9506589..3f0ee54 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,10 @@ +2010-07-31 Roland Levillain <roland@lrde.epita.fr> + + Fix Scribo's dependencies w.r.t. libraries. + + * src/Makefile.am (text_in_doc_LDFLAGS, text_in_doc_ppm_LDFLAGS): + Remove -lhpdf. + 2010-04-23 Roland Levillain <roland@lrde.epita.fr> Get C++ compiler flags for Scribo from configure. diff --git a/scribo/src/Makefile.am b/scribo/src/Makefile.am index 5f2367f..818b005 100644 --- a/scribo/src/Makefile.am +++ b/scribo/src/Makefile.am @@ -50,7 +50,7 @@ if HAVE_TIFF text_in_doc_LDFLAGS = $(AM_LDFLAGS) \ $(TESSERACT_LDFLAGS) \ $(TIFF_LDFLAGS) \ - -lpthread -lhpdf + -lpthread bin_PROGRAMS += text_in_doc_ppm text_in_doc_ppm_SOURCES = text_in_doc_ppm.cc @@ -60,7 +60,7 @@ if HAVE_TIFF text_in_doc_ppm_LDFLAGS = $(AM_LDFLAGS) \ $(TESSERACT_LDFLAGS) \ $(TIFF_LDFLAGS) \ - -lpthread -lhpdf + -lpthread endif HAVE_TIFF endif HAVE_TESSERACT -- 1.5.6.5
participants (1)
-
Roland Levillain