Unbreak build.
Reported by: yobibe Pointy hat to: rconty
This commit is contained in:
parent
5db8be908b
commit
7314b7d598
3 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
AM_CFLAGS = $(LIBNFC_CFLAGS)
|
AM_CFLAGS = $(LIBNFC_CFLAGS)
|
||||||
|
|
||||||
SUBDIRS = libnfc examples include contrib cmake_modules test
|
SUBDIRS = libnfc examples include contrib cmake test
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = libnfc.pc
|
pkgconfig_DATA = libnfc.pc
|
||||||
|
@ -12,7 +12,6 @@ EXTRA_DIST = \
|
||||||
Doxyfile \
|
Doxyfile \
|
||||||
LICENSE \
|
LICENSE \
|
||||||
README-Windows.txt \
|
README-Windows.txt \
|
||||||
config.h.cmake \
|
|
||||||
pn53x.conf \
|
pn53x.conf \
|
||||||
pn53x.rules
|
pn53x.rules
|
||||||
|
|
||||||
|
|
5
cmake/Makefile.am
Normal file
5
cmake/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
SUBDIRS = modules
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
config_posix.h.cmake \
|
||||||
|
config_windows.h.cmake
|
|
@ -155,7 +155,9 @@ AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
contrib/Makefile
|
contrib/Makefile
|
||||||
contrib/win32/Makefile
|
contrib/win32/Makefile
|
||||||
cmake_modules/Makefile
|
contrib/win32/sys/Makefile
|
||||||
|
cmake/Makefile
|
||||||
|
cmake/modules/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
examples/pn53x-tamashell-scripts/Makefile
|
examples/pn53x-tamashell-scripts/Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue