diff options
Diffstat (limited to 'examples/perfcounter')
-rw-r--r-- | examples/perfcounter/Makefile | 6 | ||||
-rw-r--r-- | examples/perfcounter/perf.h | 4 |
2 files changed, 5 insertions, 5 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 diff --git a/examples/perfcounter/perf.h b/examples/perfcounter/perf.h index 2c24d31260..7f06b05027 100644 --- a/examples/perfcounter/perf.h +++ b/examples/perfcounter/perf.h @@ -36,8 +36,8 @@ #include <sys/time.h> #include <sys/wait.h> #include <limits.h> -#include "tdb.h" -#include <rpc_perfcount_defs.h> +#include <tdb.h> +#include "librpc/gen_ndr/perfcount.h" #include <sys/statfs.h> #include <sys/times.h> #include <sys/sysinfo.h> |