summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-07 21:34:39 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-07 21:34:39 +0200
commit16172be940c3587007d1f374fb5f369dcc5a6618 (patch)
treea34de70a35a4df45bac4ba39a8afc6c3644f838f
parent4f680b728b580a0eda89197801ab6adb54ab3258 (diff)
the C runtime should also install data.h in order to make it possible to access the internal structures
-rw-r--r--src/runtime/c/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am
index 9f6ce9a76..f275731fe 100644
--- a/src/runtime/c/Makefile.am
+++ b/src/runtime/c/Makefile.am
@@ -34,7 +34,8 @@ pgfinclude_HEADERS = \
pgf/linearizer.h \
pgf/literals.h \
pgf/graphviz.h \
- pgf/pgf.h
+ pgf/pgf.h \
+ pgf/data.h
sgincludedir=$(includedir)/sg
sginclude_HEADERS = \