aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 5cbce14a34596279ad23d1a9076fa51f64a12ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ayatananotificationslibdir = $(INDICATORDIR)
ayatananotificationslib_LTLIBRARIES = libayatana-notifications.la
libayatana_notifications_la_SOURCES = \
	dbus-spy.c \
	dbus-spy.h \
	urlregex.c \
	urlregex.h \
	notification-menuitem.c \
	notification-menuitem.h \
	indicator-notifications.c \
	notification.c \
	notification.h
libayatana_notifications_la_CFLAGS = \
	$(INDICATOR_CFLAGS) \
	-Wall \
	-DG_LOG_DOMAIN=\"ayatana-indicator-notifications\"
libayatana_notifications_la_LIBADD = \
	$(INDICATOR_LIBS)
libayatana_notifications_la_LDFLAGS = \
	-module \
	-avoid-version