Testing to make sure that partial reads do not break protocol (aka on active
[m6w6/libmemcached] / tests / Makefile.am
index 903eb0ca0081aa0cd685cb9f9f1f9f51faff1713..dc84803e4f8aa2e1e2e8c810d97755f945ef1e6e 100644 (file)
@@ -18,7 +18,7 @@ LIBS =
 noinst_HEADERS = test.h
 noinst_PROGRAMS = testapp
 
-testapp_SOURCES = test.c function.c
+testapp_SOURCES = test.c function.c ../src/generator.c ../src/execute.c
 testapp_LDADD = $(LDADDS)
 
 record: