summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/include/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/itron/include/Makefile.am')
-rw-r--r--c/src/exec/itron/include/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/exec/itron/include/Makefile.am b/c/src/exec/itron/include/Makefile.am
index 66bdf8c9e7..14695128b7 100644
--- a/c/src/exec/itron/include/Makefile.am
+++ b/c/src/exec/itron/include/Makefile.am
@@ -4,12 +4,10 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = itron.h
-
-noinst_HEADERS = $(H_FILES)
+include_HEADERS = itron.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
- $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
+ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):
@$(mkinstalldirs) $@