diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-11-16 16:19:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-16 16:21:25 +0100 |
commit | 45cf68ce8f9426757c37a8352f9d9104be814407 (patch) | |
tree | a13d69f4592dda56088784cf3eefa712ffd52b8e /lib/torture | |
parent | e711d7615797c48650bc8159928ab00a68055a6e (diff) | |
download | samba-45cf68ce8f9426757c37a8352f9d9104be814407.tar.gz |
s4:torture: fix the build with auto dependencies
metze
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/torture/config.mk b/lib/torture/config.mk index 8a7f2a3b6b..abd89260f6 100644 --- a/lib/torture/config.mk +++ b/lib/torture/config.mk @@ -4,6 +4,7 @@ PUBLIC_DEPENDENCIES = \ LIBSAMBA-HOSTCONFIG \ LIBSAMBA-UTIL \ LIBTALLOC +CFLAGS = -I$(libtorturesrcdir) -I$(libtorturesrcdir)/../ torture_VERSION = 0.0.1 torture_SOVERSION = 0 |