projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
36c6f6f
)
Removed a noinst_HEADERS entry for dtrace_probes, which was causing it to get
author
Monty Taylor
<mordred@inaugust.com>
Wed, 8 Jul 2009 17:41:22 +0000
(10:41 -0700)
committer
Monty Taylor
<mordred@inaugust.com>
Wed, 8 Jul 2009 17:41:22 +0000
(10:41 -0700)
built regardless of the dtrace automake check.
libmemcached/Makefile.am
patch
|
blob
|
history
diff --git
a/libmemcached/Makefile.am
b/libmemcached/Makefile.am
index 41e8d8aa89f87408998c3c0d8118b4c90360d374..8e5c8feac1c89f2c801cd8afccadf839da47eee5 100644
(file)
--- a/
libmemcached/Makefile.am
+++ b/
libmemcached/Makefile.am
@@
-83,7
+83,6
@@
libmemcached_la_LDFLAGS = -version-info $(MEMCACHED_LIBRARY_VERSION) $(LD_VERSIO
if HAVE_DTRACE
BUILT_SOURCES+= dtrace_probes.h
-noinst_HEADERS+= dtrace_probes.h
libmemcached_la_SOURCES += libmemcached_probes.d
endif