summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-27 14:15:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-28 09:42:49 +0200
commit1d58dd5c6137286d54223f490b48529512f97d32 (patch)
tree0fe164c306195f7faa60bf8585fdace47f664103 /tdefile-plugins
parent332f9433a4bf23af7c7da10507f65e14cb250de2 (diff)
downloadk3b-1d58dd5c6137286d54223f490b48529512f97d32.tar.gz
k3b-1d58dd5c6137286d54223f490b48529512f97d32.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/Makefile.am1
-rw-r--r--tdefile-plugins/k3bproject/Makefile.am27
2 files changed, 0 insertions, 28 deletions
diff --git a/tdefile-plugins/Makefile.am b/tdefile-plugins/Makefile.am
deleted file mode 100644
index c1ba442..0000000
--- a/tdefile-plugins/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = k3bproject \ No newline at end of file
diff --git a/tdefile-plugins/k3bproject/Makefile.am b/tdefile-plugins/k3bproject/Makefile.am
deleted file mode 100644
index 424c358..0000000
--- a/tdefile-plugins/k3bproject/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-AM_CPPFLAGS = -I$(srcdir)/../../libk3b/core \
- -I$(srcdir)/../../libk3b/core \
- -I$(srcdir)/../../libk3b/plugin \
- -I$(srcdir)/../../libk3b/tools \
- -I$(srcdir)/../../libk3b/projects \
- -I$(srcdir)/../../libk3b/projects/datacd \
- -I$(srcdir)/../../libk3bdevice \
- -I$(srcdir)/../../src/projects \
- $(all_includes)
-
-# these are the headers for your project
-noinst_HEADERS = tdefile_k3bprojectfileplugin.h
-
-kde_module_LTLIBRARIES = tdefile_k3b.la
-
-tdefile_k3b_la_SOURCES = tdefile_k3bprojectfileplugin.cpp
-tdefile_k3b_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -module $(KDE_PLUGIN)
-tdefile_k3b_la_LIBADD = $(LIB_TDEIO) ../../libk3b/libk3b.la ../../src/projects/kostore/libkostore.la
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-services_DATA = tdefile_k3b.desktop
-servicesdir = $(kde_servicesdir)
-
-messages:
- $(XGETTEXT) *.cpp -o $(podir)/tdefile_k3b.pot