diff options
author | Monsta <[email protected]> | 2016-01-02 21:25:30 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 21:26:11 +0300 |
commit | a6c56bcd8a6d9ba3fd2bfcaa586bd6a394661b07 (patch) | |
tree | d48b7822687ec20c07ab327158cc9ac85cf8b497 /shell/Makefile.am | |
parent | 5ba971fa02d20502f4c1bee455ff8ace4c2d57f2 (diff) | |
download | atril-a6c56bcd8a6d9ba3fd2bfcaa586bd6a394661b07.tar.bz2 atril-a6c56bcd8a6d9ba3fd2bfcaa586bd6a394661b07.tar.xz |
drop some win32-specific leftovers
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 82648842..81782a62 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -142,8 +142,7 @@ atrild_LDADD= \ $(EV_DAEMON_LIBS) endif -EXTRA_DIST = ev-marshal.list \ - atril-icon.rc +EXTRA_DIST = ev-marshal.list ev-marshal.h: $(srcdir)/ev-marshal.list $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h |