summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-04-10 00:46:47 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-04-10 00:46:52 +0200
commit0d37f141a1a0a8216e9dcdb56c291d17e37df96c (patch)
tree707e79dc20fb331c4bcd6e425a670bc44f617ac3 /Makefile.am
parenta7be61afffcff22676cbdc024121e332df7a21ac (diff)
gtk/controller: install spice-controller library
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b7f58d..84a022c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,10 @@ NULL =
SUBDIRS = common gtk po python_modules doc data
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = spice-client-glib-2.0.pc spice-client-gtk-$(SPICE_GTK_API_VERSION).pc
+pkgconfig_DATA = \
+ spice-client-glib-2.0.pc \
+ spice-client-gtk-$(SPICE_GTK_API_VERSION).pc \
+ spice-controller.pc
INTLTOOL_FILES = intltool-extract.in \
intltool-merge.in \