Makefile.am: add missing $(CURL_CFLAGS) and $(EXPAT_CFLAGS)

Fixes problems with the Windows build because `-DCURL_STATICLIB` was
missing, causing error messages like:

 "undefined reference to `__imp_curl_slist_free_all'"
This commit is contained in:
Max Kellermann 2018-08-17 17:04:56 +02:00
parent fcf487f4e0
commit 533a3def9f
1 changed files with 2 additions and 0 deletions

View File

@ -737,6 +737,8 @@ libstorage_a_SOURCES = \
src/storage/FileInfo.hxx
libstorage_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(CURL_CFLAGS) \
$(EXPAT_CFLAGS) \
$(NFS_CFLAGS) \
$(SMBCLIENT_CFLAGS)