From b1bc747824c21749d3d09c1aa6b1ce71087cd8cd Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 15 Jun 2017 20:09:03 +0200 Subject: Add udev rules file to allow non-root users access DFU/Recovery mode devices --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 021066e..0ddd6f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include tools +SUBDIRS = src include tools udev pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libirecovery.pc \ No newline at end of file +pkgconfig_DATA = libirecovery.pc -- cgit v1.1-32-gdbae