diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-05-14 07:24:21 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:43 +0800 |
commit | 913af16a829b41bb3cfdf10d7e4e29eb2873d03c (patch) | |
tree | e4660fc36c5ab0941fedca66277ff82b1ed98e19 /lib/Makefile.am | |
parent | 8bce65b5bfd06d29bcc57891303c6e655ee373b8 (diff) | |
download | gsoc2013-epiphany-913af16a829b41bb3cfdf10d7e4e29eb2873d03c.tar gsoc2013-epiphany-913af16a829b41bb3cfdf10d7e4e29eb2873d03c.tar.gz gsoc2013-epiphany-913af16a829b41bb3cfdf10d7e4e29eb2873d03c.tar.bz2 gsoc2013-epiphany-913af16a829b41bb3cfdf10d7e4e29eb2873d03c.tar.lz gsoc2013-epiphany-913af16a829b41bb3cfdf10d7e4e29eb2873d03c.tar.xz gsoc2013-epiphany-913af16a829b41bb3cfdf10d7e4e29eb2873d03c.tar.zst gsoc2013-epiphany-913af16a829b41bb3cfdf10d7e4e29eb2873d03c.zip |
ephy-profile-migrator: migrate history to the new format
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 82fd33713..d2d5cfafb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -96,6 +96,18 @@ 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 \ + history/ephy-history-service.c \ + history/ephy-history-service.h \ + history/ephy-history-service-private.h \ + history/ephy-history-service-urls-table.c \ + history/ephy-history-service-visits-table.c \ + history/ephy-history-types.c \ + history/ephy-history-types.h \ ephy-profile-migrator.c \ ephy-profile-utils.c \ ephy-profile-utils.h \ @@ -123,6 +135,7 @@ endif # ENABLE_NSS ephy_profile_migrator_CPPFLAGS = \ -I$(top_builddir)/lib \ + -I$(srcdir)/history \ -DSHARE_DIR=\"$(pkgdatadir)\" \ $(AM_CPPFLAGS) |