From 4330e139901063d8d880113ea49015ad92a68fb1 Mon Sep 17 00:00:00 2001 From: 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 git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@6 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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