]> err.no Git - yubikey-personalization/commitdiff
link the binaries correctly with ykpers and libyubikey
authorKlas Lindfors <klas@yubico.com>
Sun, 6 Jan 2013 20:03:59 +0000 (21:03 +0100)
committerKlas Lindfors <klas@yubico.com>
Mon, 7 Jan 2013 10:10:42 +0000 (11:10 +0100)
fixes where the binaries only got built static

Makefile.am

index a6f62901a54645831d74ecd3c39a9b5ed1a13091..a42fa8b30fb369fced9c9111c1e3bb16b81813fb 100644 (file)
@@ -1,5 +1,5 @@
 # Written by Richard Levitte <richard@levitte.org>.
-# Copyright (c) 2008-2012 Yubico AB
+# Copyright (c) 2008-2013 Yubico AB
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
@@ -67,13 +67,13 @@ endif
 bin_PROGRAMS = ykpersonalize ykchalresp ykinfo
 
 ykpersonalize_SOURCES = ykpersonalize.c ykpers-args.h ykpers-args.c
-ykpersonalize_LDADD = ./libykpers-1.la ./ykcore/libykcore.la
+ykpersonalize_LDADD = ./libykpers-1.la $(LTLIBYUBIKEY)
 
 ykchalresp_SOURCES = ykchalresp.c
-ykchalresp_LDADD = ./ykcore/libykcore.la
+ykchalresp_LDADD = ./libykpers-1.la $(LTLIBYUBIKEY)
 
 ykinfo_SOURCES = ykinfo.c
-ykinfo_LDADD = ./ykcore/libykcore.la
+ykinfo_LDADD = ./libykpers-1.la $(LTLIBYUBIKEY)
 
 dist_man1_MANS = ykpersonalize.1 ykchalresp.1 ykinfo.1