diff options
author | Christian Persch <[email protected]> | 2012-06-13 14:24:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-26 16:32:27 +0200 |
commit | d03d688837203855d2f2db053e120998efd0e715 (patch) | |
tree | 14954eab3c9310343525ea908cdc287e145c3b3d /shell | |
parent | 9c08159f6ce959f1aa0fc87da265854e9672365e (diff) | |
download | atril-d03d688837203855d2f2db053e120998efd0e715.tar.bz2 atril-d03d688837203855d2f2db053e120998efd0e715.tar.xz |
shell: Don't dist generated files
Diffstat (limited to 'shell')
-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 |