]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile.am
Merge pull request #3638 from whot/udev-prop-touchpad-integration
[thirdparty/systemd.git] / Makefile.am
index e3a350578b07f118b4f7cf9789cd54f04ce227eb..c9fb4917ad43219f6311aa7d099d5e0888408420 100644 (file)
@@ -4863,7 +4863,7 @@ test_keymap_util_SOURCES = \
        src/locale/keymap-util.h
 
 test_keymap_util_LDADD = \
-       libshared.la \
+       libsystemd-shared.la \
        -ldl
 
 tests += \
@@ -6419,7 +6419,7 @@ install-tree: all
 .PHONY: valgrind-tests
 valgrind-tests: $(TESTS)
        $(AM_V_GEN)for f in $(filter-out %.pl %.py, $^); do \
-               if file $$f | grep -q shell; then \
+               if $(LIBTOOL) --mode=execute file $$f | grep -q shell; then \
                echo -e "$${x}Skipping non-binary $$f"; else \
                echo -e "$${x}Running $$f"; \
                $(LIBTOOL) --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \