Build the plugin as a module.
This commit is contained in:
parent
eba51dfe79
commit
64c5b6460a
5 changed files with 28 additions and 23 deletions
|
|
@ -7,6 +7,9 @@ SUBDIRS = \
|
|||
distclean-local:
|
||||
rm -rf *.spec *.cache *~
|
||||
|
||||
distuninstallcheck_listfiles = \
|
||||
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
|
||||
|
||||
rpm: dist
|
||||
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
|
||||
@rm -f $(PACKAGE)-$(VERSION).tar.gz
|
||||
|
|
|
|||
Reference in a new issue