make distcheck OK
This commit is contained in:
parent
ea0ffa615a
commit
d286a3c4b7
2 changed files with 4 additions and 4 deletions
|
@ -17,9 +17,9 @@ bin_PROGRAMS += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# set the include path found by configure
|
# set the include path found by configure
|
||||||
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
INCLUDES = $(all_includes) $(LIBNFC_CFLAGS)
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/libnfc
|
AM_CFLAGS = -I$(top_srcdir)/libnfc -I$(top_srcdir)
|
||||||
|
|
||||||
nfc_poll_SOURCES = nfc-poll.c
|
nfc_poll_SOURCES = nfc-poll.c
|
||||||
nfc_poll_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
nfc_poll_LDADD = $(top_builddir)/libnfc/libnfc.la \
|
||||||
|
|
|
@ -8,9 +8,9 @@ bin_PROGRAMS = \
|
||||||
nfc-relay-picc
|
nfc-relay-picc
|
||||||
|
|
||||||
# set the include path found by configure
|
# set the include path found by configure
|
||||||
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS)
|
INCLUDES = $(all_includes) $(LIBNFC_CFLAGS)
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/libnfc
|
AM_CFLAGS =
|
||||||
|
|
||||||
noinst_HEADERS = mifare.h nfc-utils.h
|
noinst_HEADERS = mifare.h nfc-utils.h
|
||||||
noinst_LTLIBRARIES = libnfcutils.la
|
noinst_LTLIBRARIES = libnfcutils.la
|
||||||
|
|
Loading…
Add table
Reference in a new issue