]> err.no Git - yubikey-personalization.old/commitdiff
libykpers, not libyubikey.
authorRichard Levitte <levitte@lp.se>
Thu, 18 Sep 2008 14:55:59 +0000 (14:55 +0000)
committerRichard Levitte <levitte@lp.se>
Thu, 18 Sep 2008 14:55:59 +0000 (14:55 +0000)
ykpersonalize, not modhex.
Make sure to defined noinstallable headers properly as well as the header
to be installed

Makefile.am

index ef772d58e6685551c67e97bb380f8c0a43ac6050..02f08e805cffe480e0fc774aa1e9fe82ae087dea 100644 (file)
 
 # 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.