summaryrefslogtreecommitdiffstats
path: root/kitchensync/opensyncdbus/Makefile.am
blob: 9b1721f6e905cc1073e84560c8254ed6101817c5 (plain)
1
2
3
4
5
6
7
8
9
10
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