From f097cca5933a1d68ae308cf53ae842fba61f1cb8 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 26 Feb 2016 11:47:05 +1100 Subject: [PATCH] build: convert library from noinst to lib dest --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 36cf9a0..9d22844 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 AM_CXXFLAGS = $(UTIL_CRUFT_CFLAGS) DEFAULT_INCLUDES = -I${top_srcdir} -I${top_builddir} -I${top_builddir}/vk -noinst_LIBRARIES = libcruft-vk.a +lib_LIBRARIES = libcruft-vk.a SUFFIXES = .hpp.xml .hpp