diff options
author | Martin Nagy <mnagy@redhat.com> | 2009-10-08 21:18:30 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-22 13:56:22 -0400 |
commit | dc35d48c98e78116a8393f6fa432d38c2622c02b (patch) | |
tree | 8de8695817b703b349c322cfb9a59151e50f6d05 /server/Makefile.am | |
parent | af40ddb7f307b84dc7f983fd420475809bda0851 (diff) | |
download | sssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.tar.gz sssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.tar.xz sssd-dc35d48c98e78116a8393f6fa432d38c2622c02b.zip |
Delete sssd-i18n.h and put it's old contents into util.h
Also include talloc.h, tevent.h and ldb.h as system headers in util.h.
Diffstat (limited to 'server/Makefile.am')
-rw-r--r-- | server/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index 564d4f16b..e48c44f1e 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -236,7 +236,6 @@ dist_noinst_HEADERS = \ monitor/monitor.h \ util/nss_sha512crypt.h \ util/dlinklist.h \ - util/sssd-i18n.h \ util/util.h \ util/strtonum.h \ util/sss_ldap.h \ |