[epiphany/wip/frecency: 5/7] lib: link to the internal libraries instead of copying source files



commit 7180bb84f41ee56eef859245d2d5a987c9d7c20e
Author: Xan Lopez <xan igalia com>
Date:   Tue Mar 13 18:56:54 2012 +0100

    lib: link to the internal libraries instead of copying source files

 lib/Makefile.am |   26 ++++----------------------
 1 files changed, 4 insertions(+), 22 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 08c8805..c3965bd 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -95,29 +95,9 @@ libephymisc_la_CFLAGS = \
 libephymisc_la_LIBADD = -lm
 
 bin_PROGRAMS = ephy-profile-migrator
+
 ephy_profile_migrator_SOURCES = \
-	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 \
-	history/ephy-history-types.h \
-	ephy-profile-migrator.c \
-	ephy-profile-utils.c \
-	ephy-profile-utils.h \
-	ephy-debug.c \
-	ephy-debug.h \
-	ephy-file-helpers.c \
-	ephy-file-helpers.h \
-	ephy-settings.c	\
-	ephy-string.c
+	ephy-profile-migrator.c
 
 ephy_profile_migrator_CFLAGS = \
 	$(DEPENDENCIES_CFLAGS) \
@@ -125,6 +105,8 @@ ephy_profile_migrator_CFLAGS = \
 	$(AM_CFLAGS)
 
 ephy_profile_migrator_LDADD = \
+	$(top_builddir)/lib/history/libephyhistory.la \
+	libephymisc.la \
 	$(DEPENDENCIES_LIBS)
 
 if ENABLE_NSS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]