From 15333a7259b6d9a9a9f8f60b7aff4b4238ba93f1 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Sat, 29 Oct 2011 19:59:36 +0000 Subject: [PATCH] correctly include example git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@593 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npa/src/Makefile.am b/npa/src/Makefile.am index c604207..e91d357 100644 --- a/npa/src/Makefile.am +++ b/npa/src/Makefile.am @@ -15,7 +15,8 @@ example_LDADD = $(OPENSSL_LIBS) $(OPENSC_LIBS) libnpa.la example_CFLAGS = $(OPENSSL_CFLAGS) -bin_PROGRAMS = npa-tool example +bin_PROGRAMS = npa-tool +noinst_PROGRAMS = example lib_LTLIBRARIES = libnpa.la