mirror of https://github.com/mikaku/Monitorix.git
included the new graph into the Makefile #176
This commit is contained in:
parent
dbd306c9a9
commit
afa2109407
1
Makefile
1
Makefile
|
@ -110,6 +110,7 @@ install-bin:
|
|||
$(INSTALL_DATA) lib/system.pm "$(DESTDIR)$(LIBDIR)/system.pm"
|
||||
$(INSTALL_DATA) lib/tc.pm "$(DESTDIR)$(LIBDIR)/tc.pm"
|
||||
$(INSTALL_DATA) lib/traffacct.pm "$(DESTDIR)$(LIBDIR)/traffacct.pm"
|
||||
$(INSTALL_DATA) lib/unbound.pm "$(DESTDIR)$(LIBDIR)/unbound.pm"
|
||||
$(INSTALL_DATA) lib/user.pm "$(DESTDIR)$(LIBDIR)/user.pm"
|
||||
$(INSTALL_DATA) lib/varnish.pm "$(DESTDIR)$(LIBDIR)/varnish.pm"
|
||||
$(INSTALL_DATA) lib/verlihub.pm "$(DESTDIR)$(LIBDIR)/verlihub.pm"
|
||||
|
|
Loading…
Reference in New Issue