This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via af892d7dd60219f6165e1534a7c3b97d252c448f (commit)
from 7fa14a0137655be8eb8e59298e66b53778c6dde4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/wmaker-crm.git/commit/af892d7dd60219f6165e1534a7c3b97d252c448f
commit af892d7dd60219f6165e1534a7c3b97d252c448f
Author: Doug Torrance <[email protected]>
Date: Fri Jan 22 23:32:57 2016 -0500
wmlib: Add pkg-config file.
diff --git a/wmlib/Makefile.am b/wmlib/Makefile.am
index c6432b6..9169aae 100644
--- a/wmlib/Makefile.am
+++ b/wmlib/Makefile.am
@@ -18,8 +18,20 @@ libWMaker_la_SOURCES = \
app.h \
menu.h
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = wmlib.pc
+
DISTCLEANFILES = wmlib.pc
+wmlib.pc: Makefile
+ @echo "Generating $@"
+ @echo 'Name: wmlib' > $@
+ @echo 'Description: Window Maker interface definitions' >> $@
+ @echo 'Version: $(VERSION)' >> $@
+ @echo 'Requires: x11' >> $@
+ @echo 'Libs: $(lib_search_path) -lWMaker' >> $@
+ @echo 'Cflags: $(inc_search_path)' >> $@
+
install-exec-local:
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
-----------------------------------------------------------------------
Summary of changes:
wmlib/Makefile.am | 12 ++++++++++++
1 file changed, 12 insertions(+)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].