libexec_PROGRAMS = indicator-notifications-service indicator_notifications_service_SOURCES = \ notifications-service.c \ dbus-shared.h \ settings-shared.h indicator_notifications_service_CFLAGS = \ -Wall \ $(SERVICE_CFLAGS) \ -DG_LOG_DOMAIN=\"Indicator-Notifications\" indicator_notifications_service_LDADD = \ $(SERVICE_LIBS) notificationslibdir = $(INDICATORDIR) notificationslib_LTLIBRARIES = libnotifications.la libnotifications_la_SOURCES = \ dbus-shared.h \ settings-shared.h \ indicator-notifications.c libnotifications_la_CFLAGS = \ $(INDICATOR_CFLAGS) \ -Wall \ -DG_LOG_DOMAIN=\"Indicator-Notifications\" libnotifications_la_LIBADD = \ $(INDICATOR_LIBS) libnotifications_la_LDFLAGS = \ -module \ -avoid-version