summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-02 18:02:22 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-06 14:06:40 +0200
commit9b93b6c402b901756f07401b3c8443329053b157 (patch)
tree8698addc71b8895b2aed961889eb66f26e66846a /tools
parent6b9134c5d4494e55be8adc8b7ff842d73ce93a4c (diff)
downloadupower-9b93b6c402b901756f07401b3c8443329053b157.tar.gz
build: Remove autotools
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index 3764391..0000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AM_CPPFLAGS = \
- $(PIE_CFLAGS) \
- -DUP_COMPILATION \
- -DG_LOG_DOMAIN=\"UPower\" \
- -I$(top_srcdir) \
- -I$(top_srcdir)/libupower-glib \
- $(POLKIT_DBUS_CFLAGS) \
- $(GLIB_CFLAGS)
-
-UPOWER_LIBS = $(top_builddir)/libupower-glib/libupower-glib.la
-
-bin_PROGRAMS = upower
-
-upower_SOURCES = \
- up-tool.c \
- $(BUILT_SOURCES)
-
-upower_CPPFLAGS = \
- $(AM_CPPFLAGS)
-
-upower_LDFLAGS =
- -pthread \
- $(PIE_LDFLAGS)
-
-upower_LDADD = \
- $(GLIB_LIBS) \
- $(UPOWER_LIBS) \
- $(POLKIT_DBUS_LIBS)
-
-CLEANFILES = $(BUILT_SOURCES)
-
-clean-local :
- rm -f *~ $(service_DATA) $(dbusconf_DATA)
-
--include $(top_srcdir)/git.mk