diff options
| author | Wolfgang Ulbrich <[email protected]> | 2012-09-20 15:52:22 +0300 |
|---|---|---|
| committer | Wolfgang Ulbrich <[email protected]> | 2012-09-20 15:52:22 +0300 |
| commit | 122133dd5bda5e854f7edff3a1e98fb838e3172c (patch) | |
| tree | 80c2b202e50b346bedbbd4d5254473594af8199f | |
| parent | f4a51f740a79d81ecc27a82aa4f3dd0d4a520ddc (diff) | |
| download | pluma-122133dd5bda5e854f7edff3a1e98fb838e3172c.tar.bz2 pluma-122133dd5bda5e854f7edff3a1e98fb838e3172c.tar.xz | |
fix headers dir
change headers dir from /usr/include/pluma/pluma
to /usr/include/pluma
| -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) |
