summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eb4f1ad56..813b3fc08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,8 @@ NULL =
SUBDIRS = \
gee \
- ccode \
vala \
+ ccode \
codegen \
compiler \
vapi \