Files
uwsgi/plugins/ldap/uwsgiplugin.py
T
2013-04-09 05:55:18 +02:00

8 lines
77 B
Python

NAME='ldap'
CFLAGS = []
LDFLAGS = []
LIBS = ['-lldap']
GCC_LIST = ['ldap']