[libdmapsharing] Remove generates test suites on "make clean"



commit 9ff1a12e9c18e2cbd825789db96235e5029bb10a
Author: W. Michael Petullo <mike flyn org>
Date:   Mon Oct 9 16:52:41 2017 -0400

    Remove generates test suites on "make clean"
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libdmapsharing/Makefile.am b/libdmapsharing/Makefile.am
index 902dd09..8770b1d 100644
--- a/libdmapsharing/Makefile.am
+++ b/libdmapsharing/Makefile.am
@@ -109,7 +109,7 @@ noinst_HEADERS = \
 
 BUILT_SOURCES = dmap-marshal.c dmap-marshal.h dmap-enums.c dmap-enums.h unit-test.stamp
 
-CLEANFILES = $(BUILT_SOURCES) ../tests/unit-test.c
+CLEANFILES = $(BUILT_SOURCES) ../tests/unit-test.c *-suite.c
 
 dmap-marshal.c: dmap-marshal.list
        @glib-genmarshal --prefix=dmap_marshal $(srcdir)/dmap-marshal.list --header --body > dmap-marshal.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]