summaryrefslogtreecommitdiffstats
path: root/kitchensync/opensyncdbus/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-05-04 17:19:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-05-04 17:19:02 +0900
commit860c879989e9e3f51f6654579e7bf3fddc652d85 (patch)
treefdfb273f697d363d8a59d2e208f6eb68f8e72b2b /kitchensync/opensyncdbus/Makefile.am
parent5629ca069bd0c1d5c7bee83f3eac2b8418939854 (diff)
downloadtdepim-860c879989e9e3f51f6654579e7bf3fddc652d85.tar.gz
tdepim-860c879989e9e3f51f6654579e7bf3fddc652d85.zip
Drop deprecated kitchensync code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kitchensync/opensyncdbus/Makefile.am')
-rw-r--r--kitchensync/opensyncdbus/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/kitchensync/opensyncdbus/Makefile.am b/kitchensync/opensyncdbus/Makefile.am
deleted file mode 100644
index 9b1721f6e..000000000
--- a/kitchensync/opensyncdbus/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-INCLUDES = -I/usr/local/include/dbus-1.0/qt3 $(all_includes) \
- -I$(top_srcdir)/kitchensync
-
-bin_PROGRAMS = opensyncdbus
-
-opensyncdbus_SOURCES = dbusclient.cpp
-opensyncdbus_LDADD = $(top_builddir)/kitchensync/libqopensync/libqopensync.la
-opensyncdbus_LDFLAGS = -ldbus-1-qt3 -ldbus-1 $(all_libraries) $(KDE_RPATH)
-
-METASOURCES = AUTO