]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/files/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / plugins / store / files / Makefile
diff --git a/projects/stargazer/plugins/store/files/Makefile b/projects/stargazer/plugins/store/files/Makefile
deleted file mode 100644 (file)
index c952d8a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# $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
-