Update to tests (just moved for version specifics). Outlined basics for 1.2, and 2.0
[awesomized/libmemcached] / libmemcached-2.0 / include.am
diff --git a/libmemcached-2.0/include.am b/libmemcached-2.0/include.am
new file mode 100644 (file)
index 0000000..fa53750
--- /dev/null
@@ -0,0 +1,12 @@
+# vim:ft=automake
+# included from Top Level Makefile.am
+# All paths should be given relative to the root
+
+# This is not a public interface yet.
+
+EXTRA_DIST+= \
+            libmemcached-1.2/configure.h.in
+
+noinst_HEADERS+= \
+                libmemcached-1.2/memcached.h
+