summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-06-11 18:40:48 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-06-11 18:40:48 +0000
commit3ead49c38ca05e0b00cabdbda16bf7d34833656f (patch)
tree17905d7a86bdfaba47591c551236895930b0bdd0 /tests
parent4c688ef3001dae3cbe870369ac0d8f8dfb2caa14 (diff)
move dict into the common directory
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@279 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r--tests/dict/Makefile.am4
-rw-r--r--tests/dict/test_dict.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/dict/Makefile.am b/tests/dict/Makefile.am
index 0d67814..3e42007 100644
--- a/tests/dict/Makefile.am
+++ b/tests/dict/Makefile.am
@@ -19,5 +19,5 @@
noinst_PROGRAMS = test_dict
-test_dict_SOURCES = test_dict.c ../../nslcd/dict.h
-test_dict_LDADD = ../../nslcd/dict.o
+test_dict_SOURCES = test_dict.c ../../common/dict.h
+test_dict_LDADD = ../../common/dict.o
diff --git a/tests/dict/test_dict.c b/tests/dict/test_dict.c
index e89aa63..0524a1b 100644
--- a/tests/dict/test_dict.c
+++ b/tests/dict/test_dict.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <assert.h>
-#include "../../nslcd/dict.h"
+#include "common/dict.h"
#include "compat/attrs.h"
/* the main program... */