Fixed bug #1821: Wrong order of include directories for compiling.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Oct 2007 11:14:57 +0000 (11:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Oct 2007 11:14:57 +0000 (11:14 +0000)
src/Makefile.am

index d57ae8d..27fe508 100644 (file)
@@ -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