# Copyright (C) 2008 Equinox Software, Inc. # Kevin Beswick # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. LDADD = -lxml2 $(DEF_LDLIBS) AM_CFLAGS = $(DEF_CFLAGS) -D_ROUTER -L@top_builddir@/src/libopensrf AM_LDFLAGS = $(DEF_LDFLAGS) DISTCLEANFILES = Makefile.in Makefile bin_PROGRAMS = opensrf_router opensrf_router_SOURCES = osrf_router.c osrf_router_main.c osrf_router.h