summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-01-13 17:09:17 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-01-13 17:09:17 +0100
commita599a04de61daa395807365b850a429454164426 (patch)
tree1db360767c18b516bd2e3ab23fd578864069720f /tools
parent55eb69247fe2b479ea43311503042fc03bf4e67d (diff)
downloadlibnotify-a599a04de61daa395807365b850a429454164426.tar.gz
Drop Autotools
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index d8ddc59..0000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-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