Skip to content

Commit

Permalink
plugins: cmake: install Ovirt plugin files
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Dec 16, 2019
1 parent 0e0ee3a commit ee862f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/src/plugins/filed/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,12 @@ set(PYFILES
bareos_fd_consts.py
bareos-fd-ldap.py
BareosFdPluginLDAP.py
)
bareos-fd-ovirt.py
BareosFdPluginOvirt.py
)

INSTALL(FILES ${PYFILES} DESTINATION ${plugindir} COMPONENT filedaemon)


install(
FILES ${PYFILES}
Expand Down

0 comments on commit ee862f6

Please sign in to comment.