From 27e2d08449ea52649e2e42b263f76fbd5d8382c5 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Thu, 11 Mar 2010 20:33:27 +0100 Subject: 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 --- perf/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'perf/Makefile.am') 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 -- cgit v1.2.3