summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2009-12-17 13:24:01 -0800
committerMonty Taylor <mordred@inaugust.com>2009-12-17 13:24:01 -0800
commitc801828a5a8937eeb9c008135185a6b5ab6199a9 (patch)
treec4a93f097b741ed4341d9f01a9553b58681394df /support
parentab1cac43b7d6b8401ec0c196ed6bbab84e7c1a49 (diff)
downloadlibmemcached-c801828a5a8937eeb9c008135185a6b5ab6199a9.tar.gz
Moves everything into root makefile except for docs.
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am4
-rw-r--r--support/include.am11
2 files changed, 11 insertions, 4 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
deleted file mode 100644
index 48fab4c4..00000000
--- a/support/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-EXTRA_DIST = libmemcached.spec set_benchmark.sh libmemcached-fc.spec.in
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libmemcached.pc
diff --git a/support/include.am b/support/include.am
new file mode 100644
index 00000000..d9287e47
--- /dev/null
+++ b/support/include.am
@@ -0,0 +1,11 @@
+# vim:ft=automake
+# included from Top Level Makefile.am
+# All paths should be given relative to the root
+
+EXTRA_DIST += \
+ support/libmemcached.spec \
+ support/libmemcached-fc.spec.in \
+ support/set_benchmark.sh
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = support/libmemcached.pc