diff options
author | Perberos <[email protected]> | 2012-09-20 07:50:53 -0700 |
---|---|---|
committer | Perberos <[email protected]> | 2012-09-20 07:50:53 -0700 |
commit | e0673d1748fb1d3d6b3331a9956c7439ff334f4a (patch) | |
tree | 80c2b202e50b346bedbbd4d5254473594af8199f | |
parent | f4a51f740a79d81ecc27a82aa4f3dd0d4a520ddc (diff) | |
parent | 122133dd5bda5e854f7edff3a1e98fb838e3172c (diff) | |
download | pluma-e0673d1748fb1d3d6b3331a9956c7439ff334f4a.tar.bz2 pluma-e0673d1748fb1d3d6b3331a9956c7439ff334f4a.tar.xz |
Merge pull request #8 from NiceandGently/master
fix headers dir
-rw-r--r-- | pluma/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |