summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 0504dd5912c985168d6f9cfdce587440a4a4b116 (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)

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

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