diff options
Diffstat (limited to 'extras/gudev/Makefile.am')
-rw-r--r-- | extras/gudev/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/gudev/Makefile.am b/extras/gudev/Makefile.am index 71565e2a48..dcfc2bdcf3 100644 --- a/extras/gudev/Makefile.am +++ b/extras/gudev/Makefile.am @@ -113,3 +113,6 @@ EXTRA_DIST += GUdev-1.0.gir CLEANFILES += $(gir_DATA) $(typelibs_DATA) endif # ENABLE_INTROSPECTION + +install-data-hook: + rm -f $(DESTDIR)$(libdir)/libgudev-1.0.la |