diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
commit | 6133f3432fe86bc140cc9ba74794826f75c915fa (patch) | |
tree | 1199e3d6f005b66ea7b0d8b34d5ef323d7ee3cc0 /extras/gudev | |
parent | 29cf5b58be1a783157edc37d7151d86acbdd5732 (diff) |
cleanup ./configure installation directory options
Diffstat (limited to 'extras/gudev')
-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 |