]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/store/files/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / store / files / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.16 2010/03/04 10:47:45 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_store_files.so
8
9 SRCS = ./file_store.cpp
10
11 STGLIBS = conffiles \
12           common \
13           logger \
14           crypto
15
16 include ../../Makefile.in
17