diff --git a/modules/Makefile.am b/modules/Makefile.am index 3a41a6bbe4..4e52e9108c 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -6,7 +6,7 @@ noinst_HEADERS = check_PROGRAMS = pkglibexec_PROGRAMS = EXTRA_DIST = - +CLEANFILES = SUBDIRS = . TESTS = diff --git a/modules/common.am b/modules/common.am index 938e67c6c2..98d26d3a9d 100644 --- a/modules/common.am +++ b/modules/common.am @@ -10,7 +10,7 @@ AUTOMAKE_OPTIONS = subdir-objects NULL = pluginsdir = $(pkglibdir)/plugins BUILT_SOURCES = -CLEANFILES = $(BUILT_SOURCES) +CLEANFILES += $(BUILT_SOURCES) LTLIBVLCCORE = $(top_builddir)/src/libvlccore.la diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am index f6a2a0c296..cb6238aab7 100644 --- a/modules/gui/qt/Makefile.am +++ b/modules/gui/qt/Makefile.am @@ -11,6 +11,8 @@ # For each qml and js resource # - Add it to ..._QML +CLEANFILES = + include ../../common.am guidir = $(pluginsdir)/gui gui_LTLIBRARIES =