diff options
author | Timothy Pearson <[email protected]> | 2012-05-17 02:33:40 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-17 02:33:40 -0500 |
commit | 273c3c806ac25fb81ba1d29cb5bdcb907c5fc59a (patch) | |
tree | c4f3a264d914d086c3d2f16bb2d2a729c6ce162a /src/Makefile.am | |
parent | 07fc1b05b94550438b2dc8d2cc22dec8cebfaf19 (diff) | |
download | kcmldap-273c3c806ac25fb81ba1d29cb5bdcb907c5fc59a.tar.gz kcmldap-273c3c806ac25fb81ba1d29cb5bdcb907c5fc59a.zip |
Remove spurious files and add ui file template
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b37d0a7..dc6eb14 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = kcm_ldap.la -kcm_ldap_la_SOURCES = ldap.cpp +kcm_ldap_la_SOURCES = ldap.cpp ldapconfigbase.ui kcm_ldap_la_LIBADD = -lkio $(LIB_TDEUI) kcm_ldap_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) |