diff options
author | Christian Persch <[email protected]> | 2012-06-13 14:24:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-26 16:26:57 +0200 |
commit | 6fe65745b578ccf5115fd4e18075ef07f2a50ab8 (patch) | |
tree | a0e6f244907f9b38f613e36605e23c9bebb502de /shell/Makefile.am | |
parent | c238f519cec9e1e1bad2eb3ed64e56854cd7522d (diff) | |
download | atril-6fe65745b578ccf5115fd4e18075ef07f2a50ab8.tar.bz2 atril-6fe65745b578ccf5115fd4e18075ef07f2a50ab8.tar.xz |
shell: Don't dist generated files
Diffstat (limited to 'shell/Makefile.am')
-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 |