aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0e4869ad8..1d7a26825 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -24,6 +24,9 @@ NOINST_H_FILES = \
ephy-shlib-loader.h \
ephy-signal-accumulator.h \
ephy-smaps.h \
+ ephy-sqlite.h \
+ ephy-sqlite-connection.h \
+ ephy-sqlite-statement.h \
ephy-string.h \
ephy-time-helpers.h \
ephy-zoom.h
@@ -64,6 +67,8 @@ libephymisc_la_SOURCES = \
ephy-shlib-loader.c \
ephy-signal-accumulator.c \
ephy-smaps.c \
+ ephy-sqlite-connection.c \
+ ephy-sqlite-statement.c \
ephy-state.c \
ephy-string.c \
ephy-time-helpers.c \