diff options
Diffstat (limited to 'examples/perfcounter/Makefile')
-rw-r--r-- | examples/perfcounter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/perfcounter/Makefile b/examples/perfcounter/Makefile index 925e2ea080..bb7022e26c 100644 --- a/examples/perfcounter/Makefile +++ b/examples/perfcounter/Makefile @@ -15,10 +15,10 @@ # along with this program; if not, see <http://www.gnu.org/licenses/>. # -SAMBA_SRC_DIR=../../source -TDB_SRC_DIR=$(SAMBA_SRC_DIR)/tdb +SAMBA_SRC_DIR=../../source3 +TDB_SRC_DIR=$(SAMBA_SRC_DIR)/../lib/tdb -CFLAGS = -g -I$(SAMBA_SRC_DIR)/include -I$(TDB_SRC_DIR)/include +CFLAGS = -g -I$(SAMBA_SRC_DIR) -I$(SAMBA_SRC_DIR)/include -I$(TDB_SRC_DIR)/include -I../../ CC = gcc PROGS = perfcount |