]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/store/files/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[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 = -lstgconffiles -lstgcommon -lstglocker -lstgcrypto
12
13 include ../../Makefile.in
14