aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@src.gnome.org>2007-11-07 03:56:42 +0800
committerCosimo Cecchi <cosimoc@src.gnome.org>2007-11-07 03:56:42 +0800
commita93d14f5580f252ff7eafea2f83aa835cca40f10 (patch)
tree28c9398f72c271357650cdecdc45c9f246187345 /lib/Makefile.am
parentebd3378c3fc433823cf614528745a8e66f56543a (diff)
downloadgsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar
gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.gz
gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.bz2
gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.lz
gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.xz
gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.zst
gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.zip
Adds a column in the history window showing the date and the time of the
visit, substitutes radiobuttons with checkboxes in the View menu of the window. Also, adds lib/ephy-time-helpers that contains a strftime() implementation. Fix bug #380156. svn path=/trunk/; revision=7641
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 8fd4d88d3..5c3236bb6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -27,6 +27,7 @@ NOINST_H_FILES = \
ephy-signal-accumulator.h \
ephy-string.h \
ephy-stock-icons.h \
+ ephy-time-helpers.h \
ephy-zoom.h
TYPES_H_FILES = \
@@ -66,6 +67,7 @@ libephymisc_la_SOURCES = \
ephy-state.c \
ephy-string.c \
ephy-stock-icons.c \
+ ephy-time-helpers.c \
ephy-zoom.c \
$(INST_H_FILES) \
$(NOINST_H_FILES)