aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 803402ab122c4698e378e11a6bc74bf89c6a9fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CPPFLAGS = -DICONS_DIR='"$(INDICATORICONSDIR)"' \
	      -DWITH_GTK='$(GTK_VERSION)'

notificationslibdir = $(INDICATORDIR)
notificationslib_LTLIBRARIES = libnotifications.la
libnotifications_la_SOURCES = \
	dbus-spy.c \
	dbus-spy.h \
	indicator-notifications.c \
	notification.c \
	notification.h
libnotifications_la_CFLAGS = \
	$(INDICATOR_CFLAGS) \
	-Wall \
	-DG_LOG_DOMAIN=\"Indicator-Notifications\"
libnotifications_la_LIBADD = \
	$(INDICATOR_LIBS)
libnotifications_la_LDFLAGS = \
	-module \
	-avoid-version