X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=example%2FMakefile.am;h=62bd5911cbf5100cc372714a5d3935e24bdd9257;hb=a148d541d261c9c867c412e773920f5a1973bbae;hp=b333b408e21da611aa5a6f25cc30cdc61a5b4140;hpb=d292bcb63666dad0277e9658916514f64b7200b0;p=m6w6%2Flibmemcached diff --git a/example/Makefile.am b/example/Makefile.am index b333b408..62bd5911 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -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