diff options
Diffstat (limited to 'tests/dict/Makefile.am')
-rw-r--r-- | tests/dict/Makefile.am | 4 |
1 files changed, 2 insertions, 2 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 |