libnotify/tools/Makefile.am

12 lines
223 B
Makefile
Raw Normal View History

bin_PROGRAMS = notify-send
common_ldflags = \
$(top_builddir)/libnotify/libnotify.la \
2004-07-04 15:28:35 -05:00
$(PACKAGE_LIBS) \
-lpopt
2004-07-04 15:28:35 -05:00
notify_send_SOURCES = notify-send.c
notify_send_LDADD = $(common_ldflags)
INCLUDES = $(PACKAGE_CFLAGS)