summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2007-06-05 17:42:18 -0400
committerDavid Reveman <davidr@novell.com>2007-06-05 17:42:18 -0400
commit021a696d8f00e8f35066c7ca69e5ed34bf4642f7 (patch)
treeb2ee4a9e86a54f71f3f5e1a006fa35bba89c6d43 /Makefile.am
parent27a1b59b3aaf282c9da47c9cbdec691d5fe8dcfd (diff)
Add pkg-config file for scale plugin.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bd8b481a..ae7a1a1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ EXTRA_DIST = \
COPYING.MIT \
compiz.pc.in \
compiz-cube.pc.in \
+ compiz-scale.pc.in \
compiz-gconf.pc.in \
intltool-extract.in \
intltool-merge.in \
@@ -22,4 +23,4 @@ gconfdata = compiz-gconf.pc
endif
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = compiz.pc compiz-cube.pc $(gconfdata)
+pkgconfig_DATA = compiz.pc compiz-cube.pc compiz-scale.pc $(gconfdata)