diff options
author | gregory guy <[email protected]> | 2020-03-23 18:35:35 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-03-24 13:42:21 +0100 |
commit | 4986d5902c36dc2b286e42591114d569af7e8517 (patch) | |
tree | 66e83984a7e1c80875aa6c2bf1e0abbbb81eafad /src/Makefile.am | |
parent | e9f4918326e9b05edf5ed848f1b4c0403518c449 (diff) | |
download | tdeio-apt-4986d5902c36dc2b286e42591114d569af7e8517.tar.gz tdeio-apt-4986d5902c36dc2b286e42591114d569af7e8517.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty files TODO and NEWS.
Delete the folder templates.
Rework of the README file.
Add the "MODULE" directive to the plugin build.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index c3ff703..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -INCLUDES = $(all_includes) - -kde_module_LTLIBRARIES = tdeio_apt.la - -METASOURCES = AUTO - -tdeio_apt_la_SOURCES = aptcache.cpp apt.cpp regexps.cpp packagemanager.cpp dpkg.cpp - -tdeio_apt_la_LIBADD = $(top_builddir)/src/parsers/libparsers.la -ltdeio -tdeio_apt_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KURL) - -protocoldir = $(kde_servicesdir) -protocol_DATA = apt.protocol apt+http.protocol - -appdatadir = $(kde_datadir)/tdeio_apt/ -appdata_DATA = tdeio_apt.css tdedeb_logo.png - -messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/tdeio_apt.pot - -noinst_HEADERS = debug.h aptcache.h apt.h regexps.h dpkg.h packagemanager.h - -searchproviderdir = $(kde_servicesdir)/searchproviders -searchprovider_DATA = apt-search.desktop apt-file.desktop apt-files.desktop -SUBDIRS = parsers |