From f2952768d578309a8f75c7da417e3602c4d5e9e9 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 27 Aug 2015 15:18:51 +0000 Subject: query for triples and cleaner API --- src/runtime/c/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/runtime/c/Makefile.am') diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index 92dace1f7..580cd6647 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -36,6 +36,10 @@ pgfinclude_HEADERS = \ pgf/graphviz.h \ pgf/pgf.h +sgincludedir=$(includedir)/sg +sginclude_HEADERS = \ + sg/sg.h + libgu_la_SOURCES = \ gu/assert.c \ gu/bits.c \ @@ -83,11 +87,8 @@ libpgf_la_SOURCES = \ libpgf_la_LDFLAGS = "-no-undefined" libpgf_la_LIBADD = libgu.la -sgincludedir=$(includedir)/sg -sginclude_HEADERS = - libsg_la_SOURCES = \ - sg/semantic_graph.c + sg/sg.c libsg_la_LIBADD = libgu.la libpgf.la bin_PROGRAMS = \ -- cgit v1.2.3