From 122133dd5bda5e854f7edff3a1e98fb838e3172c Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Thu, 20 Sep 2012 15:52:22 +0300 Subject: fix headers dir change headers dir from /usr/include/pluma/pluma to /usr/include/pluma --- pluma/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluma/Makefile.am b/pluma/Makefile.am index 00aea798..f7982a43 100644 --- a/pluma/Makefile.am +++ b/pluma/Makefile.am @@ -121,7 +121,7 @@ if !ENABLE_GVFS_METADATA INST_H_FILES += pluma-metadata-manager.h endif -headerdir = $(prefix)/include/pluma/pluma +headerdir = $(prefix)/include/pluma header_DATA = \ $(INST_H_FILES) -- cgit v1.2.1