libnotify/tools/Makefile.am

14 lines
263 B
Makefile
Raw Normal View History

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)
2010-01-31 12:13:59 -06:00
-include $(top_srcdir)/git.mk