summaryrefslogtreecommitdiff
path: root/plugins/vfs_curl/Makefile.am
blob: 3d7cc3a214ae7397b7595a85e83423a43f6cacb8 (plain)
1
2
3
4
5
6
7
8
9
if HAVE_CURL
vfs_curldir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = vfs_curl.la
vfs_curl_la_SOURCES = vfs_curl.c
vfs_curl_la_LDFLAGS = -module

vfs_curl_la_LIBADD = $(LDADD) $(CURL_LIBS)
AM_CFLAGS = $(CFLAGS) -std=c99
endif