]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
*** empty log message ***
[evince.git] / shell / Makefile.am
index 26b195e7c54fcc9f3aae44dea067844c881ad452..4061c31de108f563f321f2342b419c50d37747be 100644 (file)
@@ -20,14 +20,10 @@ evince_SOURCES=                             \
        eggfindbar.h                    \
        ev-application.c                \
        ev-application.h                \
-       ev-document-types.c             \
-       ev-document-types.h             \
        ev-job-queue.h                  \
        ev-job-queue.c                  \
        ev-jobs.h                       \
        ev-jobs.c                       \
-       ev-job-xfer.c                   \
-       ev-job-xfer.h                   \
        ev-marshal.c                    \
        ev-marshal.h                    \
        ev-metadata-manager.c           \
@@ -65,6 +61,8 @@ evince_SOURCES=                               \
        ev-sidebar-page.h               \
        ev-sidebar-thumbnails.c         \
        ev-sidebar-thumbnails.h         \
+       ev-attachment-bar.c             \
+       ev-attachment-bar.h             \
        ev-stock-icons.c                \
        ev-stock-icons.h                \
        main.c
@@ -95,12 +93,12 @@ EXTRA_DIST = ev-marshal.list                \
        ev-application-service.xml
 
 
-ev-marshal.h: ev-marshal.list
-       glib-genmarshal --prefix=ev_marshal ev-marshal.list --header > ev-marshal.h
+ev-marshal.h: $(srcdir)/ev-marshal.list
+       $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
 
-ev-marshal.c: ev-marshal.list
+ev-marshal.c: $(srcdir)/ev-marshal.list
        echo '#include "ev-marshal.h"' > ev-marshal.c
-       glib-genmarshal --prefix=ev_marshal ev-marshal.list --body >> ev-marshal.c
+       $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
 
 DISTCLEANFILES= \
        ev-application-service.h