diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-09-16 17:42:39 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-10-13 16:16:57 +0200 |
commit | 488cf1195a4d5df4cbfa78d2f8fe09ed7efdb342 (patch) | |
tree | e6f32201bf4291bf4207478df10b9796346ed84e /Makefile.am | |
parent | fec83d05b86f2466db48ebafea1b351d8c7b99be (diff) |
build: compile libs
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c630370..2682e61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src bindings tools tests +SUBDIRS = src libs bindings tools tests if ENABLE_GTK_DOC SUBDIRS += doc |