diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-09-16 17:41:55 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-10-13 16:16:57 +0200 |
commit | fec83d05b86f2466db48ebafea1b351d8c7b99be (patch) | |
tree | db045cb0a1bbefb19f5e090fc64589547131914a /Makefile.am | |
parent | 8e3dc779ad6d11531a9128ac2f6fc6de75c78f1c (diff) |
build: grilo-net pkg-config files
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8ce9435..c630370 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,9 @@ SUBDIRS += doc endif pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = grilo-0.1.pc +pkgconfig_DATA = \ + grilo-0.1.pc \ + grilo-net-0.1.pc MAINTAINERCLEANFILES = \ aclocal.m4 \ |