Fix return type from test functions (should be TEST_SUCCESS and not 0)
[awesomized/libmemcached] / example / Makefile.am
index b333b408e21da611aa5a6f25cc30cdc61a5b4140..62bd5911cbf5100cc372714a5d3935e24bdd9257 100644 (file)
@@ -4,8 +4,8 @@ memcached_light_SOURCES= memcached_light.c \
                          storage.h \
                          interface_v0.c \
                          interface_v1.c
-memcached_light_LDADD= $(top_builddir)/libmemcached/protocol/libmemcachedprotocol.la $(LIBINNODB)
-memcached_light_DEPENDENCIES= $(top_builddir)/libmemcached/protocol/libmemcachedprotocol.la
+memcached_light_LDADD= $(top_builddir)/libmemcached/libmemcachedprotocol.la $(LIBINNODB)
+memcached_light_DEPENDENCIES= $(top_builddir)/libmemcached/libmemcachedprotocol.la
 
 if BUILD_BYTEORDER
 memcached_light_LDADD+= $(top_builddir)/libmemcached/libbyteorder.la