diff options
-rw-r--r-- | eel/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/eel/Makefile.am b/eel/Makefile.am index e492c3d6d..0bacfffbe 100644 --- a/eel/Makefile.am +++ b/eel/Makefile.am @@ -113,5 +113,6 @@ EXTRA_DIST = \ $(NULL) CLEANFILES = \ + eel-marshal.list \ $(BUILT_SOURCES) \ $(NULL) diff --git a/src/Makefile.am b/src/Makefile.am index 9669bef8f..7c9c8c928 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -199,6 +199,7 @@ ui_DATA = \ $(NULL) CLEANFILES = \ + nautilus-src-marshal.list \ $(BUILT_SOURCES) \ $(desktop_files) \ $(server_DATA) \ |