diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 | ||||
-rw-r--r-- | include/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f85380f79..d1990dcb0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -16,7 +16,7 @@ noinst_HEADERS += util/*.h noinst_HEADERS += vm/*.h install-data-local: - instdest=$(DESTDIR)/$(LINUX)/include/spl; \ + instdest=$(DESTDIR)/${prefix}/src/spl-$(SPL_META_VERSION); \ instfiles=`find . -name '*.h'`; \ for instfile in $$instfiles; do \ $(INSTALL) -D $$instfile $$instdest/$$instfile; \ diff --git a/include/Makefile.in b/include/Makefile.in index e70ab9ff7..7b1437a4d 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -387,7 +387,7 @@ uninstall-am: uninstall-info-am install-data-local: - instdest=$(DESTDIR)/$(LINUX)/include/spl; \ + instdest=$(DESTDIR)/${prefix}/src/spl-$(SPL_META_VERSION); \ instfiles=`find . -name '*.h'`; \ for instfile in $$instfiles; do \ $(INSTALL) -D $$instfile $$instdest/$$instfile; \ |