summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 41b1b69945ce414c20e9eeaf5e148ab4175e608d (plain)
1
2
3
4
5
6
7
8
9
10
11
bin_PROGRAMS = notify-send

common_ldflags = \
	$(top_builddir)/libnotify/libnotify.la \
	$(PACKAGE_LIBS) \
	-lpopt

notify_send_SOURCES = notify-send.c
notify_send_LDADD   = $(common_ldflags)

INCLUDES = $(PACKAGE_CFLAGS) -I$(top_srcdir)