From: Adam Dickmeiss Date: Mon, 29 Oct 2007 11:14:57 +0000 (+0000) Subject: Fixed bug #1821: Wrong order of include directories for compiling. X-Git-Tag: YAZPROXY.1.3.1~2 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=23b5c22cb388b1419f40cb2c299fd33dbe32390a Fixed bug #1821: Wrong order of include directories for compiling. --- diff --git a/src/Makefile.am b/src/Makefile.am index d57ae8d..27fe508 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am,v 1.16 2007-03-20 16:23:43 adam Exp $ +## $Id: Makefile.am,v 1.17 2007-10-29 11:14:57 adam Exp $ -AM_CXXFLAGS = $(YAZPPINC) -I$(srcdir)/../include $(USEMARCONINC) +AM_CXXFLAGS = -I$(srcdir)/../include $(YAZPPINC) $(USEMARCONINC) lib_LTLIBRARIES = libyazproxy.la libyazproxy_la_LDFLAGS=-version-info 2:0:0