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)


syntax highlighted by Code2HTML, v. 0.9.1