summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2017-05-23 09:22:31 +0200
committerJens Georg <mail@jensge.org>2018-10-14 10:11:55 +0200
commit9b901a1d7b0f1a517742f8a2adcc5121f5ca1072 (patch)
treed47e2ec2313fa4093f4187f2b4d41f847dc3cd0e /Makefile.am
parent13224c6b0577343bd0f7a74ce3d9ed85d3e9ef2b (diff)
downloadrygel-9b901a1d7b0f1a517742f8a2adcc5121f5ca1072.tar.gz
build: Dist and install RUIH pc file
Apparently noone missed it so far, but well.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index dd63c6d4..17924ad7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,15 +1,18 @@
SUBDIRS = src data tests po doc examples
-pkgconfig_DATA= rygel-core-2.6.pc rygel-renderer-2.6.pc rygel-server-2.6.pc
+pkgconfig_DATA= rygel-core-2.6.pc \
+ rygel-renderer-2.6.pc \
+ rygel-server-2.6.pc \
+ rygel-ruih-2.0.pc
pkgconfigdir = $(libdir)/pkgconfig
if HAVE_GSTREAMER
pkgconfig_DATA += rygel-renderer-gst-2.6.pc
endif
-EXTRA_DIST = rygel-core-2.6.pc.in rygel-renderer-2.6.pc.in \
- build-aux/config.rpath \
+EXTRA_DIST = rygel-core-2.6.pc.in rygel-renderer-2.6.pc.in rygel-ruih-2.0.pc.in \
rygel-server-2.6.pc.in .version \
+ build-aux/config.rpath \
build-aux/git-version-gen \
COPYING.logo \
README.md