diff options
-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 \ |