summaryrefslogtreecommitdiff
path: root/perf/Makefile.am
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-03-11 20:33:27 +0100
committerMartin Lucina <mato@kotelna.sk>2010-03-11 20:33:27 +0100
commit27e2d08449ea52649e2e42b263f76fbd5d8382c5 (patch)
tree470feaca5d3b14366b1246f6cec8b336f2f71453 /perf/Makefile.am
parent90944759b66771bbe399922eecedc5095fa2a509 (diff)
Restructure language bindings
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default
Diffstat (limited to 'perf/Makefile.am')
-rw-r--r--perf/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 87c4833..7e87d68 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -1,10 +1,2 @@
-if BUILD_C
-PERF_DIR_C = c
-endif
-
-if BUILD_CPP
-PERF_DIR_CPP = cpp
-endif
-
-SUBDIRS = $(PERF_DIR_C) $(PERF_DIR_CPP)
+SUBDIRS = c cpp
DIST_SUBDIRS = c cpp