# Makefile v 1.0 2002/12/27
#
# rest_client module makefile
#
# 
# WARNING: do not run this directly, it should be run by the master Makefile

include ../../Makefile.defs
auto_gen=
NAME=rest_client.so
LIBS+=-lcurl
LIBS += -dl -Bsymbolic

include ../../Makefile.modules
