diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-02-04 12:19:27 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-02-08 18:49:08 +0100 |
commit | f568bc099df5fb4ec5ad58d0e70c4cfb7968e12f (patch) | |
tree | 224dcd0a5a9beceaba740d623332dbea7fdad662 /Makefile.am | |
parent | d30002c2119e027ab02349dadb877126e424220d (diff) |
autoconf-fu magic for vala bindigs
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 573948a..b5294b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ # # Copyright (C) 2010 Igalia S.L. All rights reserved. -SUBDIRS = src tools +SUBDIRS = src tools bindings pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = media-store-0.1.pc |