]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/router/Makefile
changed the CC_OPTS and LD_FLAGS to CFLAGS, LDFLAGS, and LDLIBS
[OpenSRF.git] / src / router / Makefile
1 #MALLOC_CHECK_=1 # XXX debug only
2
3 LDLIBS  += -lxml2 -lopensrf -lobjson
4 CFLAGS  += -D_ROUTER
5
6 all: router 
7
8 install: 
9         cp router $(BINDIR)
10
11 router: router.o 
12 router.o:       router.c router.h
13
14 clean:
15         /bin/rm -f *.o router