Skip to content

Commit

Permalink
Attach CMake files in generated archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Jan 29, 2010
1 parent fa04c46 commit ec9a13a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src
SUBDIRS = src cmake_modules

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnfc.pc

EXTRA_DIST = Doxyfile pn53x.rules
EXTRA_DIST = Doxyfile pn53x.rules CMakeLists.txt config.h.cmake LICENSE
CLEANFILES = Doxygen.log

if DOC_ENABLED
Expand Down
1 change: 1 addition & 0 deletions cmake_modules/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EXTRA_DIST = COPYING-CMAKE-SCRIPTS FindLIBUSB.cmake FindPCSC.cmake UseDoxygen.cmake
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ AC_CONFIG_FILES([
src/lib/Makefile
src/examples/Makefile
src/Makefile
cmake_modules/Makefile
libnfc.pc
Doxyfile
])
Expand Down
3 changes: 2 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

INCLUDES = $(LIBNFC_CFLAGS)

SUBDIRS = lib examples include

EXTRA_DIST = CMakeLists.txt

2 changes: 1 addition & 1 deletion src/include/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

SUBDIRS = nfc

EXTRA_DIST = CMakeLists.txt
2 changes: 1 addition & 1 deletion src/lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec9a13a

Please sign in to comment.