From 3b1df539835367cb81cd5ff0f9959947d5642e55 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 27 Sep 2010 13:54:12 -0400 Subject: Add common hash table setup sss_hash_create() produces a dhash table living in the talloc hierarchy. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 091990001..ca99ccebf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,7 +133,8 @@ endif libsss_crypt_la_SOURCES = \ $(SSS_CRYPT_SOURCES) libsss_crypt_la_CFLAGS = \ - $(SSS_CRYPT_CFLAGS) + $(SSS_CRYPT_CFLAGS) \ + $(DHASH_CFLAGS) libsss_crypt_la_LIBADD = \ $(SSS_CRYPT_LIBS) -- cgit