]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/other/rscript/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / other / rscript / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.7 2010/02/16 11:41:00 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 LIBS += $(LIB_THREAD)
8
9 PROG = mod_remote_script.so
10
11 SRCS = ./rscript.cpp \
12        ./nrmap_parser.cpp
13
14 STGLIBS = common \
15           crypto \
16           logger \
17           scriptexecuter
18
19 include ../../Makefile.in
20