summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-30 15:47:39 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-30 15:47:39 +0200
commit314deb61851a0ddc37228d24e9f4eb106461370a (patch)
tree8039b447b2bc3a48937a2adf69a78aee4ffe2ece /Makefile.am
parent6c36673949b2256158e8914119d218dce311c585 (diff)
build system for perf/C and perf/C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)