summaryrefslogtreecommitdiff
path: root/storage/federated/Makefile.am
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2008-12-20 15:16:46 +0100
committerMikael Ronstrom <mikael@mysql.com>2008-12-20 15:16:46 +0100
commit806cf36be0156f74c1accee8d6f37912e84dd19b (patch)
treee6e88b6a3cc633207a2fcfe176b4d231d3980867 /storage/federated/Makefile.am
parenta259667b979e1d22fcd742dd39085c404a8486ed (diff)
downloadmariadb-git-806cf36be0156f74c1accee8d6f37912e84dd19b.tar.gz
A number of fixes to DTrace patch
Removed instance manager from builds
Diffstat (limited to 'storage/federated/Makefile.am')
-rw-r--r--storage/federated/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/federated/Makefile.am b/storage/federated/Makefile.am
index 221b30092d2..25db59dc3ce 100644
--- a/storage/federated/Makefile.am
+++ b/storage/federated/Makefile.am
@@ -50,7 +50,6 @@ libfederated_a_SOURCES= ha_federated.cc
EXTRA_DIST = CMakeLists.txt plug.in
if HAVE_DTRACE_DASH_G
-abs_top_srcdir = @abs_top_srcdir@
libfederated_a_LIBADD = probes_mysql.o
libfederated_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers
CLEANFILES = probes_mysql.o dtrace_files dtrace_providers
@@ -62,7 +61,7 @@ dtrace_files:
dtrace_providers:
echo $(DTRACEPROVIDER) > $@
probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES)
- $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@
+ $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@
endif
# Don't update the files from bitkeeper