]> www.fi.muni.cz Git - evince.git/commitdiff
Fixes double EXTRA-DIST
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 18 Jan 2009 21:21:16 +0000 (21:21 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 18 Jan 2009 21:21:16 +0000 (21:21 +0000)
svn path=/trunk/; revision=3364

libview/Makefile.am

index 436f368af7bf6316815e6dfa83bbaa76af95c4d9..0134348f1a620aaf8720698c20bf5597e8235cee 100644 (file)
@@ -57,8 +57,6 @@ ev-view-marshal.c: $(srcdir)/ev-view-marshal.list
        echo '#include "ev-view-marshal.h"' > ev-view-marshal.c
        $(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --body >> $@
 
-EXTRA_DIST = ev-view-marshal.list
-
 ev-view-type-builtins.h: stamp-ev-view-type-builtins.h
        @true
 
@@ -75,5 +73,6 @@ ev-view-type-builtins.c: ev-view-type-builtins.c.template ev-job-scheduler.h
 
 EXTRA_DIST = \
        ev-view-type-builtins.c.template  \
-       ev-view-type-builtins.h.template
+       ev-view-type-builtins.h.template  \
+       ev-view-marshal.list