summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-08-28 08:31:17 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-28 22:17:50 +0200
commitfc97ab822fb6090789b62d2cec16615e1ab78e1b (patch)
tree313f81590557f056eec4d384551c60949c5945df /Makefile.am
parent298b57aa1f9eccced5ac5113aa8def1c4053eae3 (diff)
downloadsssd-fc97ab822fb6090789b62d2cec16615e1ab78e1b.tar.gz
sssd-fc97ab822fb6090789b62d2cec16615e1ab78e1b.tar.xz
sssd-fc97ab822fb6090789b62d2cec16615e1ab78e1b.zip
UTIL: Create new wraper header file sss_endian.h
Some platform have header file endian.h and anothers have sys/endian.h. We nedd to use conditional build to handle it correctly, therefore new header file sss_endian.h was created.
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 288de2319..edca9171e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -360,6 +360,7 @@ dist_noinst_HEADERS = \
src/util/dlinklist.h \
src/util/util.h \
src/util/strtonum.h \
+ src/util/sss_endian.h \
src/util/sss_nss.h \
src/util/sss_ldap.h \
src/util/sss_python.h \