Add missing windows files in archive
This commit is contained in:
parent
2be00e7615
commit
542622a2f5
4 changed files with 9 additions and 1 deletions
|
@ -178,6 +178,8 @@ AC_CONFIG_FILES([
|
|||
contrib/udev/Makefile
|
||||
contrib/win32/Makefile
|
||||
contrib/win32/sys/Makefile
|
||||
contrib/win32/libnfc/Makefile
|
||||
contrib/win32/libnfc/buses/Makefile
|
||||
examples/Makefile
|
||||
examples/pn53x-tamashell-scripts/Makefile
|
||||
include/Makefile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = sys .
|
||||
SUBDIRS = libnfc sys .
|
||||
|
||||
EXTRA_DIST = \
|
||||
err.h \
|
||||
|
|
4
contrib/win32/libnfc/Makefile.am
Normal file
4
contrib/win32/libnfc/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
SUBDIRS = buses .
|
||||
|
||||
EXTRA_DIST = \
|
||||
log-internal.c
|
2
contrib/win32/libnfc/buses/Makefile.am
Normal file
2
contrib/win32/libnfc/buses/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
EXTRA_DIST = \
|
||||
uart.c
|
Loading…
Reference in a new issue