contrib: move udev and devd files into contrib/
This commit is contained in:
parent
1e66caecd6
commit
2ac8df2b28
7 changed files with 11 additions and 4 deletions
|
@ -10,9 +10,7 @@ pkgconfig_DATA = libnfc.pc
|
|||
EXTRA_DIST = \
|
||||
CMakeLists.txt \
|
||||
Doxyfile \
|
||||
README-Windows.txt \
|
||||
pn53x.conf \
|
||||
pn53x.rules
|
||||
README-Windows.txt
|
||||
|
||||
CLEANFILES = Doxygen.log coverage.info libnfc.pc
|
||||
|
||||
|
|
|
@ -157,6 +157,8 @@ AC_CONFIG_FILES([
|
|||
cmake/Makefile
|
||||
cmake/modules/Makefile
|
||||
contrib/Makefile
|
||||
contrib/devd/Makefile
|
||||
contrib/udev/Makefile
|
||||
contrib/win32/Makefile
|
||||
contrib/win32/sys/Makefile
|
||||
examples/Makefile
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
SUBDIRS = win32
|
||||
SUBDIRS = \
|
||||
devd \
|
||||
udev \
|
||||
win32
|
||||
|
||||
EXTRA_DIST = \
|
||||
windows.h
|
||||
|
|
2
contrib/devd/Makefile.am
Normal file
2
contrib/devd/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
EXTRA_DIST = \
|
||||
pn53x.conf
|
2
contrib/udev/Makefile.am
Normal file
2
contrib/udev/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
EXTRA_DIST = \
|
||||
42-pn53x.rules
|
Loading…
Reference in a new issue