From 2ef45c46a8fc3135dfb2286734ed64a740d27793 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 16 Feb 2017 22:32:15 +0100 Subject: Add small pkg-config file that can be used by plugins. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') 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\ -- cgit v1.2.3