diff options
author | Nikias Bassen | 2017-06-15 20:09:03 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-06-15 20:09:03 +0200 |
commit | b1bc747824c21749d3d09c1aa6b1ce71087cd8cd (patch) | |
tree | ea0eecf5d717fe3c95a250ded5843e0d2f7c4772 /Makefile.am | |
parent | c2c463af0fe7988c465f88403a50a45af8cb2777 (diff) | |
download | libirecovery-b1bc747824c21749d3d09c1aa6b1ce71087cd8cd.tar.gz libirecovery-b1bc747824c21749d3d09c1aa6b1ce71087cd8cd.tar.bz2 |
Add udev rules file to allow non-root users access DFU/Recovery mode devices
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |