summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2013-04-15 16:00:46 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-14 18:29:52 +0200
commit2fa8d6655ac37f9bdeb34420000052d921f4a543 (patch)
tree9aa9a3cc5b196c8043afc893f124f9b3acccbae9 /Makefile.am
parent105c7a324c3ee2930b23513ae73aeddce0d8c347 (diff)
downloadsssd-2fa8d6655ac37f9bdeb34420000052d921f4a543.tar.gz
sssd-2fa8d6655ac37f9bdeb34420000052d921f4a543.tar.xz
sssd-2fa8d6655ac37f9bdeb34420000052d921f4a543.zip
Rename SAFEALIGN macros.
https://fedorahosted.org/sssd/ticket/1772 SAFEALIGN macros have been renamed in this patch to make it easy to pick the right macro when data is copied from byte buffer to a variable or vice versa. The renamed macros are placed in new header file to avoid code duplication (the old ones were defined in two files, one for the client code and one for the rest of sssd).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b72384a77..94ad8c04a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -404,6 +404,7 @@ dist_noinst_HEADERS = \
src/util/atomic_io.h \
src/util/auth_utils.h \
src/util/authtok.h \
+ src/util/util_safealign.h \
src/monitor/monitor.h \
src/monitor/monitor_interfaces.h \
src/responder/common/responder.h \