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,11 +1,11 @@
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = src
|
SUBDIRS = src cmake_modules
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = libnfc.pc
|
pkgconfig_DATA = libnfc.pc
|
||||||
|
|
||||||
EXTRA_DIST = Doxyfile pn53x.rules
|
EXTRA_DIST = Doxyfile pn53x.rules CMakeLists.txt config.h.cmake LICENSE
|
||||||
CLEANFILES = Doxygen.log
|
CLEANFILES = Doxygen.log
|
||||||
|
|
||||||
if DOC_ENABLED
|
if DOC_ENABLED
|
||||||
|
|
1
cmake_modules/Makefile.am
Normal file
1
cmake_modules/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_DIST = COPYING-CMAKE-SCRIPTS FindLIBUSB.cmake FindPCSC.cmake UseDoxygen.cmake
|
|
@ -192,6 +192,7 @@ AC_CONFIG_FILES([
|
||||||
src/lib/Makefile
|
src/lib/Makefile
|
||||||
src/examples/Makefile
|
src/examples/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
cmake_modules/Makefile
|
||||||
libnfc.pc
|
libnfc.pc
|
||||||
Doxyfile
|
Doxyfile
|
||||||
])
|
])
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
INCLUDES = $(LIBNFC_CFLAGS)
|
INCLUDES = $(LIBNFC_CFLAGS)
|
||||||
|
|
||||||
SUBDIRS = lib examples include
|
SUBDIRS = lib examples include
|
||||||
|
|
||||||
|
EXTRA_DIST = CMakeLists.txt
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
|
|
||||||
SUBDIRS = nfc
|
SUBDIRS = nfc
|
||||||
|
|
||||||
|
EXTRA_DIST = CMakeLists.txt
|
||||||
|
|
|
@ -22,4 +22,4 @@ if LIBUSB_ENABLED
|
||||||
libnfc_la_LIBADD += @LIBUSB_LIBS@
|
libnfc_la_LIBADD += @LIBUSB_LIBS@
|
||||||
endif
|
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
Reference in a new issue