X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Ftests%2FMakefile.am;h=94f01274a7d7c5fc8191e9bc64e57fc6041cddc1;hp=a08a086337ae5c9c47941fca96631e3d3f068e1d;hb=c83c0ac17babbc8b3f4bb82dab2cfeb03065d867;hpb=5e00e06129a497cfb8b82e6756cf0800e7c57bb2 diff --git a/lib/silcutil/tests/Makefile.am b/lib/silcutil/tests/Makefile.am index a08a0863..94f01274 100644 --- a/lib/silcutil/tests/Makefile.am +++ b/lib/silcutil/tests/Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = test_silcstrutil test_silcstringprep test_silchashtable \ test_silcnet test_silcstack test_silcmime test_silcfdstream \ test_silcatomic test_silcmutex test_silctime test_silcthread \ test_silcdll test_silcenv test_silctimer test_silcbitops \ - test_silcregex test_silcbuffmt + test_silcregex test_silcbuffmt test_silcdir test_silcstrutil_SOURCES = test_silcstrutil.c test_silcstringprep_SOURCES = test_silcstringprep.c @@ -45,6 +45,7 @@ test_silctimer_SOURCES = test_silctimer.c test_silcbitops_SOURCES = test_silcbitops.c test_silcregex_SOURCES = test_silcregex.c test_silcbuffmt_SOURCES = test_silcbuffmt.c +test_silcdir_SOURCES = test_silcdir.c LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc