Skip to content

Commit

Permalink
Add missing CMake files to generated tarball. (Thanks to Glenn)
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 3, 2011
1 parent 25e0498 commit 8c3caed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4

AM_CFLAGS = $(LIBNFC_CFLAGS)

SUBDIRS = libnfc examples include cmake_modules test
SUBDIRS = libnfc examples include contrib cmake_modules test

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnfc.pc
Expand Down
7 changes: 6 additions & 1 deletion cmake_modules/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
EXTRA_DIST = COPYING-CMAKE-SCRIPTS FindLIBUSB.cmake FindPCSC.cmake UseDoxygen.cmake
EXTRA_DIST = \
COPYING-CMAKE-SCRIPTS \
FindLIBUSB.cmake \
FindPCSC.cmake \
UseDoxygen.cmake \
LibnfcDrivers.cmake
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ CFLAGS="$CFLAGS -Du_int8_t=uint8_t -Du_int16_t=uint16_t"
AC_CONFIG_FILES([
Doxyfile
Makefile
contrib/Makefile
contrib/win32/Makefile
cmake_modules/Makefile
examples/Makefile
examples/pn53x-tamashell-scripts/Makefile
Expand Down
4 changes: 4 additions & 0 deletions contrib/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SUBDIRS = win32

EXTRA_DIST = \
windows.h
2 changes: 2 additions & 0 deletions contrib/win32/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
EXTRA_DIST = \
err.h

0 comments on commit 8c3caed

Please sign in to comment.