aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2011-11-30 00:36:02 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:43 +0800
commitee3f8488431daadcb7c1b445e68627ef0f5d7238 (patch)
treee7687e76fa4ee9d4381918c6ba2364cfbda8fb53
parent913af16a829b41bb3cfdf10d7e4e29eb2873d03c (diff)
downloadgsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar
gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar.gz
gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar.bz2
gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar.lz
gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar.xz
gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar.zst
gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.zip
Build fixes
Xan, talk to me after class.
-rw-r--r--lib/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d2d5cfafb..08c8805d7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -96,14 +96,15 @@ libephymisc_la_LIBADD = -lm
bin_PROGRAMS = ephy-profile-migrator
ephy_profile_migrator_SOURCES = \
- sqlite/ephy-sqlite-connection.c \
- sqlite/ephy-sqlite-connection.h \
- sqlite/ephy-sqlite-statement.c \
- sqlite/ephy-sqlite-statement.h \
- sqlite/ephy-sqlite.h \
+ ephy-sqlite-connection.c \
+ ephy-sqlite-connection.h \
+ ephy-sqlite-statement.c \
+ ephy-sqlite-statement.h \
+ ephy-sqlite.h \
history/ephy-history-service.c \
history/ephy-history-service.h \
history/ephy-history-service-private.h \
+ history/ephy-history-service-hosts-table.c \
history/ephy-history-service-urls-table.c \
history/ephy-history-service-visits-table.c \
history/ephy-history-types.c \