summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-10-21 14:10:14 +0200
committerAlexander Larsson <alexl@redhat.com>2015-11-11 11:26:03 +0100
commit452c5d38c10a42e5cfe62638f6c840a911ecf594 (patch)
tree240b51b8be35c31d42462f230a5080eca9f8f97e /Makefile.am
parentff63e21073b90dc596c23b90c96b29b7fe54f0e8 (diff)
downloadxdg-app-452c5d38c10a42e5cfe62638f6c840a911ecf594.tar.gz
Add xdg-app.pc file with variable for interfaces_dir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5981077..2b9caa0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,3 +74,7 @@ DISTCLEANFILES += xdg-app.env
xdg-app.env: env.d/xdg-app.env.in
$(AM_V_GEN) $(SED) -e "s|\@localstatedir\@|$(localstatedir)|" \
-e "s|\@sysconfdir\@|$(sysconfdir)|" $< > $@
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = xdg-app.pc
+EXTRA_DIST += xdg-app.pc.in