diff options
author | gregory guy <[email protected]> | 2020-05-23 16:27:39 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-24 20:59:19 +0900 |
commit | 6b3af72b6ea867ffc0a20affe6af026bda95249b (patch) | |
tree | d8f3a07bb73e4f3d5e6d9946589bccd41dcf7845 /src | |
parent | 28d57874e8af582d9fdcec82b266dbc0e071295d (diff) | |
download | kcmldap-6b3af72b6ea867ffc0a20affe6af026bda95249b.tar.gz kcmldap-6b3af72b6ea867ffc0a20affe6af026bda95249b.zip |
Drop automake build support.
Delete empty folder doc.
Write basic cmake build instructions and README file.
Delete empty files ChangeLog, NEWS and TODO.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit a5fed6d68f73d4c4ba721c90d6ef2ba386876375)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 1426da0..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde -METASOURCES = AUTO - -# Install this plugin in the KDE modules directory -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) - - -xdg_apps_DATA = ldapbonding.desktop - - -messages: rc.cpp - $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kcmldap.pot - |