2
# included from Top Level Makefile.am
3
# All paths should be given relative to the root
5
# This noinst lib contains things we want to be ABI private but still want to
6
# either use in client programs or be able to test in test cases These symbols
7
# will not be exposed in the shipped .so
8
noinst_LTLIBRARIES+= libmemcachedinternal/libmemcachedinternal.la
10
libmemcachedinternal_libmemcachedinternal_la_SOURCES= $(libmemcached_libmemcached_la_SOURCES)
11
libmemcachedinternal_libmemcachedinternal_la_CFLAGS= \
14
-DBUILDING_LIBMEMCACHEDINTERNAL
15
libmemcachedinternal_libmemcachedinternal_la_CPPFLAGS= \
18
-DBUILDING_LIBMEMCACHEDINTERNAL
19
libmemcachedinternal_libmemcachedinternal_la_CXXFLAGS= \
22
-DBUILDING_LIBMEMCACHEDINTERNAL
23
libmemcachedinternal_libmemcachedinternal_la_LDFLAGS= ${AM_LDFLAGS}
24
libmemcachedinternal_libmemcachedinternal_la_LIBADD= $(libmemcached_libmemcached_la_LIBADD)
25
libmemcachedinternal_libmemcachedinternal_la_DEPENDENCIES= $(libmemcached_libmemcached_la_DEPENDENCIES)