diff --git a/Makefile.am b/Makefile.am index 53cdb6c..4e6cca2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,5 +83,5 @@ files_DATA = $(EXTRA_DIST) ACLOCAL_AMFLAGS = -I m4 -## pkgconfigdir = $(libdir)/pkgconfig -## pkgconfig_DATA = emote.pc \ No newline at end of file +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = express.pc diff --git a/configure.ac b/configure.ac index 4eef54a..f144279 100644 --- a/configure.ac +++ b/configure.ac @@ -118,9 +118,10 @@ PKG_CHECK_MODULES(EXPRESS, AC_CONFIG_FILES([ Makefile +express.pc src/Makefile -src/bin/Makefile src/lib/Makefile +src/bin/Makefile data/Makefile data/desktop/Makefile data/fonts/Makefile diff --git a/express.pc.in b/express.pc.in new file mode 100644 index 0000000..bde56f0 --- /dev/null +++ b/express.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libexpress +Description: EFL IRC communication library +@pkgconfig_requires_private@: @requirements_libexpress@ +Version: @VERSION@ +Libs: -L${libdir} -lexpress +Libs.private: -lm +Cflags: -I${includedir}/express