From 59d9483dc6f777049273c98cfffb3ed4f19c023e Mon Sep 17 00:00:00 2001 From: Seiji Munetoh Date: Fri, 15 Mar 2013 23:16:52 +0900 Subject: [PATCH] fixed for Ubuntu 12.04 --- dist/debian/control | 3 +-- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/debian/control b/dist/debian/control index 063fc12..07d12d1 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -13,5 +13,4 @@ Architecture: any # Canonical repo # Self build Depends: ${shlibs:Depends}, ${misc:Depends}, trousers, tpm-tools, libxml2, uuid -Description: An open source TCG Platform Trust Services. -The package include openpts collector and verifier +Description: An open source TCG Platform Trust Services. The package include openpts collector and verifier diff --git a/src/Makefile.am b/src/Makefile.am index d1e55cb..a3e9e1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,7 @@ localedir = $(datadir)/locale AM_CPPFLAGS = -I$(top_srcdir)/include $(LIBXML2_CFLAGS) $(TSS_CFLAGS) -I../include -DLOCALEDIR=\"$(localedir)\" -AM_LDFLAGS = $(LIBXML2_LIBS) $(LIBCRYPTO_LIBS) $(TSS_LIBS) -lopenpts +AM_LDFLAGS = -lopenpts $(LIBXML2_LIBS) $(LIBCRYPTO_LIBS) $(TSS_LIBS) # $(LIBINTL) -lopenpts if HAVE_LIBUUID -- 2.11.0