diff options
author | Michele Calgaro <[email protected]> | 2016-03-15 20:17:28 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-03-15 20:17:28 +0100 |
commit | 1f2f34c1b66b322e58d9459be15b1c01c021c688 (patch) | |
tree | 9dc79fd4c9b66ce9c16f55ff57313962510d9be4 /src | |
parent | 6d3b42e175ab9acf02973f2f35d7ef3d3e9d41e0 (diff) | |
download | kcmldap-1f2f34c1b66b322e58d9459be15b1c01c021c688.tar.gz kcmldap-1f2f34c1b66b322e58d9459be15b1c01c021c688.zip |
Revert "Fix krb5 library detection. This resolves FTBFS with heimdal-krb5."
Not required for r14.0.x branch.
This reverts commit 6d3b42e175ab9acf02973f2f35d7ef3d3e9d41e0.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2b2a1ca..1426da0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde $(KRB5_CFLAGS) +INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde METASOURCES = AUTO # Install this plugin in the KDE modules directory @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = kcm_ldapbonding.la kcm_ldapbonding_la_SOURCES = tdeumaskinput.cpp ldapbonding.cpp ldapconfigbase.ui realmpropertiesdialog.cpp bondintropage.cpp bondintropagedlg.ui bondrealmpage.cpp bondrealmpagedlg.ui bondfinishpage.cpp bondfinishpagedlg.ui bondwizard.cpp ldappasswddlg.cpp kcm_ldapbonding_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) -ltdeldap kcm_ldapbonding_la_LDFLAGS = -avoid-version -module -no-undefined \ - $(all_libraries) $(KRB5_LIBS) + $(all_libraries) xdg_apps_DATA = ldapbonding.desktop |