Files
uwsgi/plugins/webdav/uwsgiplugin.py
T
2013-04-27 18:24:21 +02:00

9 lines
189 B
Python

import os
NAME='webdav'
CFLAGS = os.popen('xml2-config --cflags').read().rstrip().split()
LDFLAGS = []
LIBS = os.popen('xml2-config --libs').read().rstrip().split()
GCC_LIST = ['webdav']