]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/authorization/ao/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / authorization / ao / Makefile
diff --git a/stargazer/plugins/authorization/ao/Makefile b/stargazer/plugins/authorization/ao/Makefile
new file mode 100644 (file)
index 0000000..cd9b7c0
--- /dev/null
@@ -0,0 +1,16 @@
+###############################################################################
+# $Id: Makefile,v 1.10 2008/12/04 15:41:03 faust Exp $
+###############################################################################
+
+include ../../../../../Makefile.conf
+
+PROG = mod_auth_ao.so
+
+SRCS = ./ao.cpp
+
+STGLIBS = scriptexecuter \
+         logger \
+         common
+
+include ../../Makefile.in
+