tests: attempt to fix memcached_dump() with data
[awesomized/libmemcached] / win32 / include.am
1 # vim:ft=automake
2 # included from Top Level Makefile.am
3 # All paths should be given relative to the root
4 noinst_HEADERS+= win32/wrappers.h
5
6 if BUILD_WIN32_WRAPPERS
7 libhashkit_libhashkit_la_LDFLAGS+=-no-undefined
8 libmemcached_libmemcached_la_LDFLAGS+=-no-undefined
9 if BUILD_LIBMEMCACHED_PROTOCOL
10 libmemcached_libmemcachedprotocol_la_LDFLAGS+=-no-undefined
11 endif
12 libmemcached_libmemcachedutil_la_LDFLAGS+=-no-undefined
13 endif