diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-11-30 00:36:02 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:43 +0800 |
commit | ee3f8488431daadcb7c1b445e68627ef0f5d7238 (patch) | |
tree | e7687e76fa4ee9d4381918c6ba2364cfbda8fb53 | |
parent | 913af16a829b41bb3cfdf10d7e4e29eb2873d03c (diff) | |
download | gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar.gz gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.tar.zst gsoc2013-epiphany-ee3f8488431daadcb7c1b445e68627ef0f5d7238.zip |
Build fixes
Xan, talk to me after class.
-rw-r--r-- | lib/Makefile.am | 11 |
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 \ |