mirror of https://github.com/mikaku/Monitorix.git
added the 'ipmi.pm' module into the Makefile
This commit is contained in:
parent
d637957fb1
commit
1409d4299a
1
Makefile
1
Makefile
|
@ -79,6 +79,7 @@ install-bin:
|
|||
$(INSTALL_DATA) lib/HTTPServer.pm "$(DESTDIR)$(LIBDIR)/HTTPServer.pm"
|
||||
$(INSTALL_DATA) lib/icecast.pm "$(DESTDIR)$(LIBDIR)/icecast.pm"
|
||||
$(INSTALL_DATA) lib/int.pm "$(DESTDIR)$(LIBDIR)/int.pm"
|
||||
$(INSTALL_DATA) lib/ipmi.pm "$(DESTDIR)$(LIBDIR)/ipmi.pm"
|
||||
$(INSTALL_DATA) lib/kern.pm "$(DESTDIR)$(LIBDIR)/kern.pm"
|
||||
$(INSTALL_DATA) lib/libvirt.pm "$(DESTDIR)$(LIBDIR)/libvirt.pm"
|
||||
$(INSTALL_DATA) lib/lighttpd.pm "$(DESTDIR)$(LIBDIR)/lighttpd.pm"
|
||||
|
|
Loading…
Reference in New Issue