diff options
author | Timothy Pearson <[email protected]> | 2012-06-01 13:04:03 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-01 13:04:03 -0500 |
commit | cda5016a3a91068e7601024d26fd80d01ee7dc6e (patch) | |
tree | 90d50c16fdd2b46247b26f53d046ea2440f3a34d /src/Makefile.am | |
parent | a2968adbe0d31d116ab20b5b276950dab7767a30 (diff) | |
download | kcmldapmanager-cda5016a3a91068e7601024d26fd80d01ee7dc6e.tar.gz kcmldapmanager-cda5016a3a91068e7601024d26fd80d01ee7dc6e.zip |
Use libtdeldap
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f3a95af..713e114 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,11 @@ -INCLUDES = $(all_includes) +INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde METASOURCES = AUTO # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = kcm_ldapmanager.la -kcm_ldapmanager_la_SOURCES = ldapmgr.cpp ldapconfigbase.ui userconfigbase.ui groupconfigbase.ui libtdeldap.cpp ldaplogindlgbase.ui ldaplogindlg.cpp ldappasswddlg.cpp userconfigdlg.cpp groupconfigdlg.cpp -kcm_ldapmanager_la_LIBADD = -lkio $(LIB_TDEUI) -lldap +kcm_ldapmanager_la_SOURCES = ldapmgr.cpp ldapconfigbase.ui userconfigbase.ui groupconfigbase.ui userconfigdlg.cpp groupconfigdlg.cpp +kcm_ldapmanager_la_LIBADD = -lkio $(LIB_TDEUI) -lldap -ltdeldap kcm_ldapmanager_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) |