]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/authorization/inetaccess/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / authorization / inetaccess / Makefile
diff --git a/stargazer/plugins/authorization/inetaccess/Makefile b/stargazer/plugins/authorization/inetaccess/Makefile
new file mode 100644 (file)
index 0000000..f7eeabb
--- /dev/null
@@ -0,0 +1,19 @@
+###############################################################################
+# $Id: Makefile,v 1.10 2010/02/16 11:41:00 faust Exp $
+###############################################################################
+
+include ../../../../../Makefile.conf
+
+LIBS += $(LIB_THREAD)
+
+PROG = mod_auth_ia.so
+
+SRCS = ./inetaccess.cpp
+
+STGLIBS = common \
+         crypto \
+         logger \
+         scriptexecuter
+
+include ../../Makefile.in
+