]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/store/files/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / store / files / Makefile
diff --git a/stargazer/plugins/store/files/Makefile b/stargazer/plugins/store/files/Makefile
new file mode 100644 (file)
index 0000000..c952d8a
--- /dev/null
@@ -0,0 +1,17 @@
+###############################################################################
+# $Id: Makefile,v 1.16 2010/03/04 10:47:45 faust Exp $
+###############################################################################
+
+include ../../../../../Makefile.conf
+
+PROG = mod_store_files.so
+
+SRCS = ./file_store.cpp
+
+STGLIBS = conffiles \
+         common \
+         logger \
+         crypto
+
+include ../../Makefile.in
+