aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2017-02-21 14:51:33 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-03-02 15:46:57 +0300
commite93df7d7b3b278dfadba4a9b7c01afc0dd411f13 (patch)
treefc33f2ea00e2717562a2ed7cbdd75adec9c1ebc0 /helper
parent39f85bc6cab329b4ae41ba2ec922370c24254325 (diff)
helper: pkgconfig: remove linux-generic from helper lib name
Helper library should be built ABI compatible when it's part of a distro. There's no need to have implementation specific helper libs. Those would be needed only if non-ABI compat helper libraries need to be distributed. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index b478dcdda..2c5452dcc 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -1,7 +1,7 @@
include $(top_srcdir)/platform/@with_platform@/Makefile.inc
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = $(top_builddir)/pkgconfig/libodphelper-linux-generic.pc
+pkgconfig_DATA = $(top_builddir)/pkgconfig/libodphelper.pc
LIB = $(top_builddir)/lib
AM_CFLAGS += -I$(srcdir)/include