Author: Vincent Danjean <vdanjean.ml@free.fr>
Last-Update: Wed, 6 Jan 2016 16:23:29 +0100
Description: Make sure build system uses standard location for libraries

--- a/ncl/Makefile.am
+++ b/ncl/Makefile.am
@@ -1,4 +1,4 @@
-pkglib_LTLIBRARIES = libncl.la
+lib_LTLIBRARIES = libncl.la
 libncl_ladir = $(includedir)/ncl
 libncl_la_LDFLAGS = -release @PACKAGE_VERSION@
 
