diff options
Diffstat (limited to 'kitchensync/opensyncdbus/Makefile.am')
-rw-r--r-- | kitchensync/opensyncdbus/Makefile.am | 10 |
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 |