summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-04-14 20:41:30 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-04-14 20:41:30 +0200
commitc9aa4716b2645af40080bd6523065e78fceba3b4 (patch)
tree0115af3a80f3379c6a1ceeafb02f87b5755560ac /compiler
parenta951ae7f8c6a169913609ddc99569a57aaa73811 (diff)
downloadvala-c9aa4716b2645af40080bd6523065e78fceba3b4.tar.gz
build: Make ccode and codegen private API
valac is the only consumer and will statically link these libraries.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/Makefile.am b/compiler/Makefile.am
index 1a513faa5..ff8759e25 100644
--- a/compiler/Makefile.am
+++ b/compiler/Makefile.am
@@ -44,7 +44,9 @@ valac.vala.stamp: $(valac_VALASOURCES)
valac_LDADD = \
$(COVERAGE_LIBS) \
$(GLIB_LIBS) \
- $(top_builddir)/codegen/libvala@PACKAGE_SUFFIX@.la \
+ $(top_builddir)/vala/libvala@PACKAGE_SUFFIX@.la \
+ $(top_builddir)/ccode/libvalaccode.la \
+ $(top_builddir)/codegen/libvalaccodegen.la \
$(NULL)
EXTRA_DIST = $(valac_VALASOURCES) valac.vala.stamp