Skip to content

Commit

Permalink
Revert "build: postprocess pkglibdir to remove non module binaries"
Browse files Browse the repository at this point in the history
Restore the removed libtool files, to make uninstall work again.

This reverts commit b8c3f01.

Conflicts:
	gmond/modules/Makefile.am
  • Loading branch information
afbjorklund committed Jun 1, 2016
1 parent 33c84ed commit 9bee96d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gmond/modules/Makefile.am
Expand Up @@ -37,9 +37,4 @@ SUBDIRS += system
SUBDIRS += $(STATUS_SUBDIR)
SUBDIRS += $(PYTHON_SUBDIR)
SUBDIRS += $(PERL_SUBDIR)

install: install-recursive
@rm -rf $(DESTDIR)$(pkglibdir)/*.a
@rm -rf $(DESTDIR)$(pkglibdir)/*.la

endif

0 comments on commit 9bee96d

Please sign in to comment.