From c51a204a40b8f85f7f525edb3e24520916d8b9c7 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 14 May 2012 13:14:14 +0200 Subject: Rename struct dom_sid to struct sss_dom_sid To avoid conflicts with struct dom_sid used by samba the sss_ prefix is added to the struct used by libsss_idmap. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5089b8e5c..2e13a9777 100644 --- a/Makefile.am +++ b/Makefile.am @@ -500,7 +500,7 @@ libsss_idmap_la_SOURCES = \ src/lib/idmap/sss_idmap.c \ src/lib/idmap/sss_idmap_conv.c libsss_idmap_la_LDFLAGS = \ - -version 1:0:1 + -version-info 0:1:0 include_HEADERS = \ -- cgit