From 9844c880e280e9cd28dcbeac2e581ac923c5ddf3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 11 Dec 2018 17:28:04 -0500 Subject: [PATCH] Minor --- test/shaping/Makefile.am | 2 ++ util/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index 5ca9bc1..66272da 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -3,6 +3,8 @@ NULL = EXTRA_DIST = CLEANFILES = +DISTCLEANFILES = +MAINTAINERCLEANFILES = SUBDIRS = data # Convenience targets: diff --git a/util/Makefile.am b/util/Makefile.am index 85f9eda..e24a6f3 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -11,6 +11,8 @@ include Makefile.sources # Convenience targets: lib: @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib +libs: + @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs bin_PROGRAMS = -- 2.7.4