]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/router/Makefile.am
Tidying up various things; nothing very substantial.
[OpenSRF.git] / src / router / Makefile.am
1 # Copyright (C) 2008 Equinox Software, Inc.
2 # Kevin Beswick <kevinbeswick00@gmail.com>
3 #
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14
15 LDADD = -lxml2 $(DEF_LDLIBS) 
16 AM_CFLAGS = $(DEF_CFLAGS) -D_ROUTER -L@top_builddir@/src/libopensrf
17 AM_LDFLAGS = $(DEF_LDFLAGS)
18
19 DISTCLEANFILES = Makefile.in Makefile
20
21 bin_PROGRAMS = opensrf_router
22 opensrf_router_SOURCES = osrf_router.c osrf_router_main.c osrf_router.h 
23