mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix znc-buildmod if znc was compiled out of tree.
This commit is contained in:
@@ -114,6 +114,7 @@ install: znc $(LIBZNC)
|
||||
$(INSTALL_SCRIPT) znc-config $(DESTDIR)$(bindir)
|
||||
$(INSTALL_SCRIPT) znc-buildmod $(DESTDIR)$(bindir)
|
||||
$(INSTALL_DATA) $(srcdir)/*.h $(DESTDIR)$(includedir)/znc
|
||||
$(INSTALL_DATA) zncconfig.h $(DESTDIR)$(includedir)/znc
|
||||
$(INSTALL_DATA) znc.pc $(DESTDIR)$(PKGCONFIGDIR)
|
||||
@$(MAKE) -C modules install DESTDIR=$(DESTDIR);
|
||||
if test -n "$(LIBZNC)"; then \
|
||||
|
||||
Reference in New Issue
Block a user