diff options
| author | 2017-06-15 20:09:03 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = src include tools | 3 | SUBDIRS = src include tools udev |
| 4 | 4 | ||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | 5 | pkgconfigdir = $(libdir)/pkgconfig |
| 6 | pkgconfig_DATA = libirecovery.pc \ No newline at end of file | 6 | pkgconfig_DATA = libirecovery.pc |
