Added installation of znc-buildmod

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@126 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-11 05:13:16 +00:00
parent 6ef5f6cd31
commit 131f8e52f1
+1
View File
@@ -41,5 +41,6 @@ install: znc @MODTARGET@
install -m 0755 znc $(DESTDIR)$(prefix)/bin
install -m 0755 zncchk $(DESTDIR)$(prefix)/bin
install -m 0755 znc-config $(DESTDIR)$(prefix)/bin
install -m 0755 znc-buildmod $(DESTDIR)$(prefix)/bin
install -m 0644 *.h $(DESTDIR)$(prefix)/include/znc
if test -n "@MODTARGET@"; then (cd modules; $(MAKE) install DESTDIR=$(DESTDIR)); fi