From 58fa59d4ef44d4ea57dd55d4ca13449fb7e8bced Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 18 Sep 2008 14:55:59 +0000 Subject: [PATCH] libykpers, not libyubikey. ykpersonalize, not modhex. Make sure to defined noinstallable headers properly as well as the header to be installed --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ef772d5..02f08e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,18 +31,19 @@ # The library. -HEADERS = ykpers.h lib_LTLIBRARIES = libykpers.la -libyubikey_la_SOURCES = ykpers.h ykpers.c -libyubikey_la_LDFLAGS = -no-undefined \ +libykpers_la_SOURCES = ykpers.h ykpers.c common/ykutil.c common/yubikey.c +libykpers_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +noinst_HEADERS = common/ykdef.h common/ykutil.h common/yubikey.h + # The command line tools. bin_PROGRAMS = ykpersonalize ykpersonalize_SOURCES = ykpersonalize.c -modhex_LDADD = ./libykpers.la +ykpersonalize_LDADD = ./libykpers.la # Self tests. -- 2.39.5