diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 23:19:26 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-27 00:17:29 +0200 |
commit | e917d3a28a238208ecf786cfda93dcd2893e3df2 (patch) | |
tree | 7025063a06c7ba398ba64548d060c9a97e69210d /tests/Makefile.am | |
parent | ba82b68035b55a7abbafc7d488e04f5ca9a3836c (diff) | |
download | ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.gz ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.tar.bz2 ayatana-indicator-messages-e917d3a28a238208ecf786cfda93dcd2893e3df2.zip |
Fork from Ubuntu's Indicator Messages.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bd559fd..7e23adc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,3 @@ - CLEANFILES= check_LTLIBRARIES = libgtest.la check_PROGRAMS = test-gactionmuxer @@ -47,7 +46,7 @@ indicator_test_SOURCES = \ indicator-test.cpp indicator_test_CPPFLAGS = \ - -DINDICATOR_MESSAGES_SERVICE_BINARY="\"$(abs_top_builddir)/src/indicator-messages-service\"" \ + -DINDICATOR_MESSAGES_SERVICE_BINARY="\"$(abs_top_builddir)/src/ayatana-indicator-messages-service\"" \ -DSCHEMA_DIR="\"$(SCHEMA_COMPILED_DIR)\"" \ -DXDG_DATA_DIRS="\"$(abs_srcdir)/\"" \ -I$(top_srcdir)/libmessaging-menu \ @@ -91,7 +90,7 @@ libindicator_messages_service_la_SOURCES = \ $(top_srcdir)/src/dbus-data.h libindicator_messages_service_ladir = \ - $(includedir)/libindicator-messages-service/ + $(includedir)/libayatana-indicator-messages-service/ libindicator_messages_service_la_CFLAGS = \ $(APPLET_CFLAGS) \ @@ -103,7 +102,7 @@ libindicator_messages_service_la_CFLAGS = \ -Wl,-z,defs \ -Wl,--as-needed \ -Werror -Wno-error=deprecated-declarations \ - -DG_LOG_DOMAIN=\"Indicator-Messages\" + -DG_LOG_DOMAIN=\"Ayatana-Indicator-Messages\" libindicator_messages_service_la_LIBADD = \ $(APPLET_LIBS) |