summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parent9bd4096346f76ddba48422cb1eb0fe48cd24861f (diff)
Add small pkg-config file that can be used by plugins.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 930f812c..508244b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,12 @@ AM_YFLAGS = -d
noinst_LIBRARIES =
include $(top_srcdir)/libgwater-xcb-nolibtool.mk
+##
+# PKG CONFIG file
+##
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = pkgconfig/rofi.pc
+
BUILT_SOURCES=\
lexer/theme-parser.h\