Removed a noinst_HEADERS entry for dtrace_probes, which was causing it to get
authorMonty Taylor <mordred@inaugust.com>
Wed, 8 Jul 2009 17:41:22 +0000 (10:41 -0700)
committerMonty 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

index 41e8d8aa89f87408998c3c0d8118b4c90360d374..8e5c8feac1c89f2c801cd8afccadf839da47eee5 100644 (file)
@@ -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