X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=examples%2Fperfcounter%2FMakefile;fp=examples%2Fperfcounter%2FMakefile;h=bb7022e26c15363c35786cdd5c972f12b9aed930;hp=925e2ea0803beaee81a6350f8616faf0a69279d8;hb=cd82d4ba569a5048e506f8455d9c496a47805fc1;hpb=c6a7ecf28b5d531b8f8921643b3aa3a01b74151b diff --git a/examples/perfcounter/Makefile b/examples/perfcounter/Makefile index 925e2ea0803..bb7022e26c1 100644 --- a/examples/perfcounter/Makefile +++ b/examples/perfcounter/Makefile @@ -15,10 +15,10 @@ # along with this program; if not, see . # -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