diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index addca34e3..706fe66c6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -119,7 +119,7 @@ test_ephy_embed_utils_SOURCES = \ ephy-embed-utils-test.c test_ephy_history_SOURCES = \ - ephy-history.c + ephy-history-test.c test_ephy_location_entry_SOURCES = \ ephy-location-entry-test.c @@ -128,4 +128,4 @@ test_ephy_search_entry_SOURCES = \ ephy-search-entry-test.c test_ephy_sqlite_SOURCES = \ - ephy-sqlite.c + ephy-sqlite-test.c |