Remove libmoo.la and libmoo.dll.a on install
This commit is contained in:
parent
f36938061b
commit
c4bbdb075b
@ -155,6 +155,8 @@ pluginlib_LTLIBRARIES = moo.la
|
||||
plugin_DATA = moopython/pymoo.ini
|
||||
|
||||
install-data-hook:
|
||||
rm -f $(DESTDIR)$(libdir)/libmoo.la
|
||||
rm -f $(DESTDIR)$(libdir)/libmoo.dll.a
|
||||
rm -f $(DESTDIR)$(plugindir)/pymoo.la
|
||||
rm -f $(DESTDIR)$(plugindir)/pymoo.dll.a
|
||||
rm -f $(DESTDIR)$(pluginlibdir)/moo.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user