From 314deb61851a0ddc37228d24e9f4eb106461370a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 30 Aug 2009 15:47:39 +0200 Subject: build system for perf/C and perf/C++ --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d0bee3b..15424ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,5 +8,5 @@ if BUILD_RUBY DIR_R = ruby endif -SUBDIRS = src $(DIR_P) $(DIR_R) -DIST_SUBDIRS = src $(DIR_P) $(DIR_R) +SUBDIRS = src perf $(DIR_P) $(DIR_R) +DIST_SUBDIRS = src perf $(DIR_P) $(DIR_R) -- cgit v1.2.3