summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-05-29 16:45:43 +0200
committerJürg Billeter <j@bitron.ch>2014-08-24 10:39:01 +0200
commit7a4f0befbd58286a69367ba78d16187da25724f7 (patch)
treeb44a00fd6fb121a535e4e44d36f09fe0e388308e /Makefile.am
parent797a15747b7c0cb43ea7e13687f1af34f6e14ddf (diff)
downloadvala-7a4f0befbd58286a69367ba78d16187da25724f7.tar.gz
build: Make building vapigen non-optional
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
index b386a112d..04dd1b0dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,13 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
NULL =
-if ENABLE_VAPIGEN
-VAPIGEN_SUBDIRS = \
- gobject-introspection \
- vapigen \
- $(NULL)
-endif
-
SUBDIRS = \
gee \
ccode \
@@ -17,18 +10,6 @@ SUBDIRS = \
vapi \
tests \
doc \
- $(VAPIGEN_SUBDIRS) \
- $(NULL)
-
-DIST_SUBDIRS = \
- gee \
- ccode \
- vala \
- codegen \
- compiler \
- vapi \
- tests \
- doc \
gobject-introspection \
vapigen \
$(NULL)