$OpenBSD: patch-runtime_Makefile_am,v 1.1.1.1 2015/05/01 00:38:29 daniel Exp $
--- runtime/Makefile.am.orig	Thu Jan 22 00:36:24 2015
+++ runtime/Makefile.am	Thu Jan 22 00:36:54 2015
@@ -35,7 +35,7 @@ libcsmith_a_SOURCES = \
 
 # XXX --- This does not work; the library is still installed to $(libdir).
 # libcsmith_a_libdir = \
-# 	$(libdir)/$(PACKAGE)-$(VERSION)
+# 	$(libdir)/$(PACKAGE)
 
 # Build a shared library, too, in case someone wants this.
 lib_LTLIBRARIES = libcsmith.la
@@ -57,7 +57,7 @@ libcsmith_la_CPPFLAGS = \
 	$(libcsmith_a_CPPFLAGS)
 
 libcsmith_a_includedir = \
-	$(includedir)/$(PACKAGE)-$(VERSION)
+	$(includedir)/$(PACKAGE)/runtime
 nobase_libcsmith_a_include_HEADERS = \
 	csmith.h \
 	csmith_minimal.h \
