diff options
-rw-r--r-- | shell/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 1d8b8259..829137b3 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -65,8 +65,6 @@ atril_SOURCES= \ ev-properties-license.h \ ev-open-recent-action.c \ ev-open-recent-action.h \ - ev-resources.c \ - ev-resources.h \ ev-utils.c \ ev-utils.h \ ev-window.c \ @@ -92,6 +90,7 @@ atril_SOURCES= \ main.c nodist_atril_SOURCES = \ + ev-resources.c \ $(NULL) if ENABLE_DBUS |