diff options
-rw-r--r-- | utils/ChangeLog | 3 | ||||
-rw-r--r-- | utils/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 74731ac5..86883d70 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -11,7 +11,8 @@ (options): Add new `--nostdinc' option. (main): Handle that new option. Utilize an argz vector. Include the files in STD_MSGIDS_DIR unless prohibited by the new option. - + * Makefile (rpctrace-CPPFLAGS): New variable. + 2006-07-24 Ben Asselstine <benasselstine@canada.com> [bug #17135] diff --git a/utils/Makefile b/utils/Makefile index 06ef9bf2..3f3307f4 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -65,6 +65,7 @@ $(filter-out $(special-targets), $(targets)): %: %.o rpctrace: ../libthreads/libthreads.a \ ../libports/libports.a ../libihash/libihash.a +rpctrace-CPPFLAGS = -DDATADIR=\"${datadir}\" fakeauth: authServer.o auth_requestUser.o interruptServer.o \ ../libthreads/libthreads.a \ |