summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: d8ddc5948df239c11405efe0aad54785a850e548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)

-include $(top_srcdir)/git.mk