Attach CMake files in generated archive.

This commit is contained in:
Romuald Conty 2010-01-29 15:33:34 +00:00
parent fa04c46cf7
commit ec9a13a2c3
6 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,6 @@
INCLUDES = $(LIBNFC_CFLAGS)
SUBDIRS = lib examples include
EXTRA_DIST = CMakeLists.txt

View file

@ -1,3 +1,3 @@
SUBDIRS = nfc
EXTRA_DIST = CMakeLists.txt

View file

@ -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