Merge in more updates for docs (we are just going to check them all in so that users...
[awesomized/libmemcached] / libmemcached / options / include.am
index 040c1c1ed6343a4568f0a66bf0bf2cd5d02f6cbe..8283b188acaedf84efb7825aef86404a8525b48a 100644 (file)
@@ -3,14 +3,9 @@
 # All paths should be given relative to the root
 
 DISTCLEANFILES+= \
-                libmemcached/options/parser.output \
-                libmemcached/options/parser.cc \
-                libmemcached/options/parser.h \
-                libmemcached/options/scanner.cc \
-                libmemcached/options/scanner.h
+                libmemcached/options/parser.output
 
 noinst_HEADERS+= \
-                libmemcached/options/build.h \
                 libmemcached/options/context.h \
                 libmemcached/options/parser.h \
                 libmemcached/options/scanner.h \
@@ -19,7 +14,6 @@ noinst_HEADERS+= \
                 libmemcached/options/symbol.h
 
 libmemcached_libmemcached_la_SOURCES+= \
-                                      libmemcached/options/build.cc \
                                       libmemcached/options/parser.cc \
                                       libmemcached/options/scanner.cc