summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@lbl.gov>2015-03-03 12:47:24 -0800
committerMichael Jennings <mej@lbl.gov>2015-03-03 12:47:24 -0800
commitdf9ee4de97601e15929a07d653626f057e62cc6d (patch)
tree9733b9449e3f6147c718b35ef1ec31a52f37c353
parent86fed78b46c452d50770c22a2c801b7a0bba3853 (diff)
downloadlibast-df9ee4de97601e15929a07d653626f057e62cc6d.tar.gz
Fix variable name for generated, installed headers so they land in the right place.
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 3fcaa9e..35c8dd8 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -7,7 +7,7 @@ nobase_include_HEADERS = libast.h libast/array.h libast/avl_tree.h \
libast/thread_if.h libast/tok.h libast/url.h libast/ustr.h \
libast/vector_if.h
-nodist_include_HEADERS = libast/sysdefs.h libast/types.h
+nobase_nodist_include_HEADERS = libast/sysdefs.h libast/types.h
noinst_HEADERS = libast_internal.h
libast/types.h: libast/types.h.in