autotools: fix Eolian-Cxx installation.
authorSavio Sena <savio@expertisesolutions.com.br>
Sat, 24 May 2014 00:27:47 +0000 (02:27 +0200)
committerCedric Bail <cedric.bail@free.fr>
Sat, 24 May 2014 00:27:52 +0000 (02:27 +0200)
Summary: grammar/* is now installed to the correct destination.

Reviewers: tasn, cedric

CC: JackDanielZ, felipealmeida, smohanty, cedric
Differential Revision: https://phab.enlightenment.org/D895

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
src/Makefile_Eolian_Cxx.am

index 165b836fd677575ec406e2185e4bc75fa8080be6..505330a076083aa2515df1aa372896d62a8b4b89 100644 (file)
@@ -2,14 +2,17 @@
 ### Library
 
 installed_eoliancxxmainheadersdir = $(includedir)/eolian-cxx-@VMAJ@/
-dist_installed_eoliancxxmainheaders_DATA = \
+nodist_installed_eoliancxxmainheaders_DATA = \
 lib/eolian_cxx/Eolian_Cxx.hh
 
 installed_eoliancxxheadersdir = $(includedir)/eolian-cxx-@VMAJ@/
-dist_installed_eoliancxxheaders_DATA = \
+nodist_installed_eoliancxxheaders_DATA = \
 lib/eolian_cxx/eo_generate.hh \
 lib/eolian_cxx/eo_types.hh \
-lib/eolian_cxx/eo_validate.hh \
+lib/eolian_cxx/eo_validate.hh
+
+installed_eoliancxxgrammarheadersdir = $(includedir)/eolian-cxx-@VMAJ@/grammar/
+nodist_installed_eoliancxxgrammarheaders_DATA = \
 lib/eolian_cxx/grammar/comment.hh \
 lib/eolian_cxx/grammar/eo_class_constructors_generator.hh \
 lib/eolian_cxx/grammar/eo_class_events.generator.hh \