X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/authorization/ao/Makefile diff --git a/stargazer/plugins/authorization/ao/Makefile b/stargazer/plugins/authorization/ao/Makefile deleted file mode 100644 index cd9b7c05..00000000 --- a/stargazer/plugins/authorization/ao/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -############################################################################### -# $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 -