From 6fd2ea41c5eeb3aea713dbfab27060722c8ae738 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Tue, 27 Apr 2010 15:22:26 +0000 Subject: [PATCH] Next release will not install extra headers. (Programs that depends on should copy theses files into their sources. --- examples/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 9d403ff..140cde2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -3,12 +3,9 @@ bin_PROGRAMS = nfc-anticol nfc-list nfc-mfclassic nfc-mfultralight nfc-relay nfc # set the include path found by configure INCLUDES= $(all_includes) $(LIBNFC_CFLAGS) -nfcinclude_HEADERS = mifaretag.h mifareultag.h -nfcincludedir = $(includedir)/nfc - AM_CFLAGS = -I$(top_srcdir)/libnfc -noinst_HEADERS = nfc-utils.h +noinst_HEADERS = mifaretag.h mifareultag.h nfc-utils.h noinst_LIBRARIES = libnfcutils.a libnfcutils_a_SOURCES = nfc-utils.c