mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
added support fo generating pkgconfig files for WINGs, wrlib and wmlib ("Marcelo E. Magallon" <mmagallo@debian.org>)
This commit is contained in:
@@ -15,3 +15,14 @@ libWMaker_a_SOURCES = \
|
||||
app.h \
|
||||
menu.h
|
||||
|
||||
DISTCLEANFILES = wmlib.pc
|
||||
|
||||
install-exec-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
|
||||
@list='wmlib.pc'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
echo "$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/"; \
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user