Makefile.am | Makefile.am | |||
---|---|---|---|---|
MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | |||
EDBUS_CPPFLAGS = \ | AM_CFLAGS = \ | |||
-I$(top_srcdir)/src/lib/dbus \ | -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" | |||
-I$(top_srcdir)/src/lib/notification \ | ||||
-I$(top_srcdir)/src/lib/connman \ | EDBUS_CPPFLAGS = @EDBUS_CFLAGS@ | |||
-I$(top_srcdir)/src/lib/bluez \ | ||||
-I$(top_srcdir)/src/lib/ofono \ | ||||
-I$(top_srcdir)/src/lib/ukit \ | ||||
@EDBUS_CFLAGS@ | ||||
bin_PROGRAMS = | bin_PROGRAMS = | |||
if BUILD_EDBUS_TEST | if BUILD_EDBUS_TEST | |||
bin_PROGRAMS += e_dbus_test | bin_PROGRAMS += e_dbus_test | |||
endif | endif | |||
if BUILD_EDBUS_TEST_CLIENT | if BUILD_EDBUS_TEST_CLIENT | |||
bin_PROGRAMS += e_dbus_test_client | bin_PROGRAMS += e_dbus_test_client | |||
endif | endif | |||
if BUILD_EDBUS_BLUEZ_TEST | if BUILD_EDBUS_BLUEZ_TEST | |||
bin_PROGRAMS += e_dbus_bluez_test | bin_PROGRAMS += e_dbus_bluez_test | |||
endif | endif | |||
if BUILD_EDBUS_CONNMAN_TEST | if BUILD_EDBUS_CONNMAN0_7X_TEST | |||
bin_PROGRAMS += e_dbus_connman_test | bin_PROGRAMS += e_dbus_connman0_7x_test | |||
endif | endif | |||
if BUILD_EDBUS_NOTIFICATION_DAEMON_TEST | if BUILD_EDBUS_NOTIFICATION_DAEMON_TEST | |||
bin_PROGRAMS += e_dbus_notification_daemon | bin_PROGRAMS += e_dbus_notification_daemon | |||
endif | endif | |||
if BUILD_EDBUS_NOTIFY_SEND | if BUILD_EDBUS_NOTIFY_SEND | |||
bin_PROGRAMS += e-notify-send | bin_PROGRAMS += e-notify-send | |||
endif | endif | |||
skipping to change at line 52 | skipping to change at line 48 | |||
if BUILD_EDBUS_OFONO_TEST | if BUILD_EDBUS_OFONO_TEST | |||
bin_PROGRAMS += e_dbus_ofono_test | bin_PROGRAMS += e_dbus_ofono_test | |||
endif | endif | |||
if BUILD_EDBUS_UKIT_TEST | if BUILD_EDBUS_UKIT_TEST | |||
bin_PROGRAMS += e_dbus_ukit_test | bin_PROGRAMS += e_dbus_ukit_test | |||
endif | endif | |||
noinst_PROGRAMS = | noinst_PROGRAMS = | |||
if BUILD_EDBUS_CONNMAN_TEST | if BUILD_EDBUS_CONNMAN0_7X_TEST | |||
noinst_PROGRAMS += e_dbus_connman_test_api | noinst_PROGRAMS += e_dbus_connman0_7x_test_api | |||
endif | endif | |||
if BUILD_EDBUS_TEST | if BUILD_EDBUS_TEST | |||
e_dbus_test_SOURCES = test.c | e_dbus_test_SOURCES = test.c | |||
e_dbus_test_CPPFLAGS = \ | e_dbus_test_CPPFLAGS = \ | |||
-I$(top_srcdir)/src/lib/dbus \ | -I$(top_srcdir)/src/lib/dbus \ | |||
@EDBUS_TEST_CFLAGS@ | @EDBUS_TEST_CFLAGS@ | |||
e_dbus_test_LDADD = \ | e_dbus_test_LDADD = \ | |||
$(top_builddir)/src/lib/dbus/libedbus.la \ | $(top_builddir)/src/lib/dbus/libedbus.la \ | |||
@EDBUS_TEST_LIBS@ | @EDBUS_TEST_LIBS@ | |||
skipping to change at line 88 | skipping to change at line 84 | |||
e_dbus_bluez_test_CPPFLAGS = \ | e_dbus_bluez_test_CPPFLAGS = \ | |||
-I$(top_srcdir)/src/lib/dbus \ | -I$(top_srcdir)/src/lib/dbus \ | |||
-I$(top_srcdir)/src/lib/bluez \ | -I$(top_srcdir)/src/lib/bluez \ | |||
@EDBUS_BLUEZ_TEST_CFLAGS@ | @EDBUS_BLUEZ_TEST_CFLAGS@ | |||
e_dbus_bluez_test_LDADD = \ | e_dbus_bluez_test_LDADD = \ | |||
$(top_builddir)/src/lib/dbus/libedbus.la \ | $(top_builddir)/src/lib/dbus/libedbus.la \ | |||
$(top_builddir)/src/lib/bluez/libebluez.la \ | $(top_builddir)/src/lib/bluez/libebluez.la \ | |||
@EDBUS_BLUEZ_TEST_LIBS@ | @EDBUS_BLUEZ_TEST_LIBS@ | |||
endif | endif | |||
if BUILD_EDBUS_CONNMAN_TEST | if BUILD_EDBUS_CONNMAN0_7X_TEST | |||
e_dbus_connman_test_SOURCES = e_dbus_connman_test.c | e_dbus_connman0_7x_test_SOURCES = e_dbus_connman0_7x_test.c | |||
e_dbus_connman_test_CPPFLAGS = \ | e_dbus_connman0_7x_test_CPPFLAGS = \ | |||
-I$(top_srcdir)/src/lib/dbus \ | -I$(top_srcdir)/src/lib/dbus \ | |||
-I$(top_srcdir)/src/lib/connman \ | -I$(top_srcdir)/src/lib \ | |||
@EDBUS_CONNMAN_TEST_CFLAGS@ | @EDBUS_CONNMAN0_7X_TEST_CFLAGS@ | |||
e_dbus_connman_test_LDADD = \ | e_dbus_connman0_7x_test_LDADD = \ | |||
$(top_builddir)/src/lib/dbus/libedbus.la \ | $(top_builddir)/src/lib/dbus/libedbus.la \ | |||
$(top_builddir)/src/lib/connman/libeconnman.la \ | $(top_builddir)/src/lib/connman0_7x/libeconnman0_7x.la \ | |||
@EDBUS_CONNMAN_TEST_LIBS@ | @EDBUS_CONNMAN0_7X_TEST_LIBS@ | |||
e_dbus_connman_test_api_SOURCES = e_dbus_connman_test_api.c | e_dbus_connman0_7x_test_api_SOURCES = e_dbus_connman0_7x_test_api.c | |||
e_dbus_connman_test_api_CPPFLAGS = \ | e_dbus_connman0_7x_test_api_CPPFLAGS = \ | |||
-I$(top_srcdir)/src/lib/dbus \ | -I$(top_srcdir)/src/lib/dbus \ | |||
-I$(top_srcdir)/src/lib/connman \ | -I$(top_srcdir)/src/lib \ | |||
@EDBUS_CONNMAN_TEST_CFLAGS@ | @EDBUS_CONNMAN0_7X_TEST_CFLAGS@ | |||
e_dbus_connman_test_api_LDADD = \ | e_dbus_connman0_7x_test_api_LDADD = \ | |||
$(top_builddir)/src/lib/dbus/libedbus.la \ | $(top_builddir)/src/lib/dbus/libedbus.la \ | |||
$(top_builddir)/src/lib/connman/libeconnman.la \ | $(top_builddir)/src/lib/connman0_7x/libeconnman0_7x.la \ | |||
@EDBUS_CONNMAN_TEST_LIBS@ | @EDBUS_CONNMAN0_7X_TEST_LIBS@ | |||
endif | endif | |||
ENOTIFY_LIBS = $(top_builddir)/src/lib/notification/libenotify.la | ENOTIFY_LIBS = $(top_builddir)/src/lib/notification/libenotify.la | |||
if BUILD_EDBUS_NOTIFICATION_DAEMON_TEST | if BUILD_EDBUS_NOTIFICATION_DAEMON_TEST | |||
e_dbus_notification_daemon_SOURCES = notification_daemon.c | e_dbus_notification_daemon_SOURCES = notification_daemon.c | |||
e_dbus_notification_daemon_CPPFLAGS = \ | e_dbus_notification_daemon_CPPFLAGS = \ | |||
-I$(top_srcdir)/src/lib/dbus \ | -I$(top_srcdir)/src/lib/dbus \ | |||
-I$(top_srcdir)/src/lib/notification \ | -I$(top_srcdir)/src/lib/notification \ | |||
@EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@ | @EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@ | |||
skipping to change at line 137 | skipping to change at line 133 | |||
-I$(top_srcdir)/src/lib/dbus \ | -I$(top_srcdir)/src/lib/dbus \ | |||
-I$(top_srcdir)/src/lib/notification \ | -I$(top_srcdir)/src/lib/notification \ | |||
@EDBUS_NOTIFY_SEND_CFLAGS@ | @EDBUS_NOTIFY_SEND_CFLAGS@ | |||
e_notify_send_LDADD = \ | e_notify_send_LDADD = \ | |||
$(ENOTIFY_LIBS) \ | $(ENOTIFY_LIBS) \ | |||
$(top_builddir)/src/lib/dbus/libedbus.la \ | $(top_builddir)/src/lib/dbus/libedbus.la \ | |||
@EDBUS_NOTIFY_SEND_LIBS@ | @EDBUS_NOTIFY_SEND_LIBS@ | |||
endif | endif | |||
if BUILD_EDBUS_NOTIFY_TEST | if BUILD_EDBUS_NOTIFY_TEST | |||
EXTRA_DIST = logo.png | ||||
logodir = $(datadir)/e_dbus | ||||
logo_DATA = logo.png | ||||
e_dbus_notify_SOURCES = notify.c | e_dbus_notify_SOURCES = notify.c | |||
e_dbus_notify_CPPFLAGS = \ | e_dbus_notify_CPPFLAGS = \ | |||
-I$(top_srcdir)/src/lib/dbus \ | -I$(top_srcdir)/src/lib/dbus \ | |||
-I$(top_srcdir)/src/lib/notification \ | -I$(top_srcdir)/src/lib/notification \ | |||
@EDBUS_NOTIFY_TEST_CFLAGS@ | @EDBUS_NOTIFY_TEST_CFLAGS@ | |||
e_dbus_notify_LDADD = \ | e_dbus_notify_LDADD = \ | |||
$(ENOTIFY_LIBS) \ | $(ENOTIFY_LIBS) \ | |||
$(top_builddir)/src/lib/dbus/libedbus.la \ | $(top_builddir)/src/lib/dbus/libedbus.la \ | |||
@EDBUS_NOTIFY_TEST_LIBS@ | @EDBUS_NOTIFY_TEST_LIBS@ | |||
endif | endif | |||
End of changes. 6 change blocks. | ||||
31 lines changed or deleted | 30 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |