diff options
author | gregory guy <[email protected]> | 2020-05-02 15:27:18 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-04 22:49:22 +0900 |
commit | 9560202d56a51045f54eb1a92029de2f55d4a405 (patch) | |
tree | ef7815ac7819177950165dbe5b0854f8d3489d80 /src | |
parent | 3e0e33acb7bb9ae94059e38dc50406a5df7bd3ec (diff) | |
download | libtdeldap-9560202d56a51045f54eb1a92029de2f55d4a405.tar.gz libtdeldap-9560202d56a51045f54eb1a92029de2f55d4a405.zip |
Drop automake build support.
Add basic cmake build instructions.
Add basic README file.
Delete empty folders doc and po.
Delete empty files ChangeLog, NEWS and TODO.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit edec9f9049b58e8b3cd0ca2c4560857404fdcc5a)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index edab92e..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -# Create a shared library file -lib_LTLIBRARIES = libtdeldap.la - -include_HEADERS = libtdeldap.h ldappasswddlg.h - -libtdeldap_la_SOURCES = libtdeldap.cpp ldaplogindlgbase.ui ldaplogindlg.cpp ldappasswddlg.cpp -libtdeldap_la_LIBADD = -ltdeio $(LIB_TDEUI) -lldap $(LIB_QT) $(LIB_TDECORE) -ltdesu -llber -libtdeldap_la_LDFLAGS = -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined \ - $(all_libraries) - |