follow GNU standards
[platform/upstream/automake.git] / lib / am / libs.am
index edbbf67..6fbc557 100644 (file)
@@ -41,6 +41,7 @@ install-@DIR@LIBRARIES: $(@DIR@_LIBRARIES)
        done
 
 uninstall-@DIR@LIBRARIES:
+       $(NORMAL_UNINSTALL)
        list="$(@DIR@_LIBRARIES)"; for p in $$list; do \
          rm -f $(@DIR@dir)/$$p; \
        done