Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-10 12:48:34 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-10 12:48:34 (GMT)
commit11368f9b50db86ce4f2ae0b549fb575a19af2a74 (patch)
tree5f02e8a9866a686206b7c7d0780434eb07ed0996 /lib/Makefile.am
parentdd069072f579528c60487d996d00d2814d33a81b (diff)
Put the toolbar xml in evince own dot dir
2005-05-10 Marco Pesenti Gritti <mpg@redhat.com> * lib/Makefile.am: * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb), (ev_window_init): * shell/main.c: (main): Put the toolbar xml in evince own dot dir
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9a3bd51..6bcfc2e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -12,4 +12,6 @@ noinst_LTLIBRARIES = libev.la
libev_la_SOURCES= \
ev-debug.c \
ev-debug.h \
+ ev-file-helpers.c \
+ ev-file-helpers.h \
$(NULL)