Attach CMake files in generated archive.
This commit is contained in:
parent
fa04c46cf7
commit
ec9a13a2c3
6 changed files with 8 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
INCLUDES = $(LIBNFC_CFLAGS)
|
||||
|
||||
SUBDIRS = lib examples include
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
SUBDIRS = nfc
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ if LIBUSB_ENABLED
|
|||
libnfc_la_LIBADD += @LIBUSB_LIBS@
|
||||
endif
|
||||
|
||||
EXTRA_DIST = chips.h buses.h drivers.h bitutils.h
|
||||
EXTRA_DIST = CMakeLists.txt chips.h buses.h drivers.h bitutils.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue