summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: b75c7ddacaa8890bf5460917f2fce691596c7b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/libnotify \
	$(PACKAGE_CFLAGS)


-include $(top_srcdir)/git.mk