diff options
author | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
commit | 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (patch) | |
tree | 1953c059e0184bed19352f3985d943ea633bd3ba /tdeioslaves | |
parent | 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (diff) | |
download | k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.tar.gz k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tdeioslaves')
-rw-r--r-- | tdeioslaves/Makefile.am | 1 | ||||
-rw-r--r-- | tdeioslaves/videodvd/Makefile.am | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/tdeioslaves/Makefile.am b/tdeioslaves/Makefile.am deleted file mode 100644 index 55ab08d..0000000 --- a/tdeioslaves/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = videodvd diff --git a/tdeioslaves/videodvd/Makefile.am b/tdeioslaves/videodvd/Makefile.am deleted file mode 100644 index 714f85f..0000000 --- a/tdeioslaves/videodvd/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDES = -I$(srcdir)/../../libk3b/tools \ - -I$(srcdir)/../../libk3b/core \ - -I$(srcdir)/../../libk3bdevice \ - $(all_includes) - -kde_module_LTLIBRARIES = tdeio_videodvd.la - -tdeio_videodvd_la_SOURCES = videodvd.cpp -tdeio_videodvd_la_LIBADD = -ltdeio ../../libk3b/libk3b.la -tdeio_videodvd_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT) -ltdeio -ltdecore -L../../libk3bdevice/.libs -lk3bdevice - -protocol_DATA = videodvd.protocol -protocoldir = $(kde_servicesdir) - -konq_sidebartree_init_services_data_DATA = videodvd.desktop -konq_sidebartree_init_services_datadir = $(kde_datadir)/konqsidebartng/virtual_folders/services - -messages: - $(XGETTEXT) *.cpp -o $(podir)/tdeio_videodvd.pot |