summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-02-16 22:32:15 +0100
committerDave Davenport <qball@gmpclient.org>2017-02-16 23:29:26 +0100
commit2ef45c46a8fc3135dfb2286734ed64a740d27793 (patch)
treecfa78eee57e5c62feb5fece9b3d0a61db218229e /configure.ac
parent9bd4096346f76ddba48422cb1eb0fe48cd24861f (diff)
Add small pkg-config file that can be used by plugins.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 74538e17..1c1d76a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,7 +114,7 @@ dnl Add extra compiler flags
dnl ---------------------------------------------------------------------
AC_SUBST([AM_CFLAGS])
-AC_CONFIG_FILES([Makefile doc/rofi.doxy])
+AC_CONFIG_FILES([Makefile doc/rofi.doxy pkgconfig/rofi.pc])
AC_OUTPUT
dnl -----------------------------------------------