You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
334 B
11 lines
334 B
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
|