[epiphany] ephy-history-service: forgot Makefile.am file
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-history-service: forgot Makefile.am file
- Date: Tue, 6 Mar 2012 20:50:26 +0000 (UTC)
commit bc85f2fc3dc08621ed11b56740c792524ef42a96
Author: Xan Lopez <xlopez igalia com>
Date: Tue Nov 29 12:49:09 2011 +0100
ephy-history-service: forgot Makefile.am file
lib/history/Makefile.am | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/lib/history/Makefile.am b/lib/history/Makefile.am
new file mode 100644
index 0000000..fcffe7e
--- /dev/null
+++ b/lib/history/Makefile.am
@@ -0,0 +1,21 @@
+noinst_LTLIBRARIES = libephyhistory.la
+
+libephyhistory_la_SOURCES = \
+ ephy-history-service.c \
+ ephy-history-service.h \
+ ephy-history-service-hosts-table.c \
+ ephy-history-service-private.h \
+ ephy-history-service-urls-table.c \
+ ephy-history-service-visits-table.c \
+ ephy-history-types.c \
+ ephy-history-types.h
+
+libephyhistory_la_CPPFLAGS = \
+ -I$(top_builddir)/lib \
+ -I$(top_srcdir)/lib \
+ -DSHARE_DIR=\"$(pkgdatadir)\" \
+ $(AM_CPPFLAGS)
+
+libephyhistory_la_CFLAGS = \
+ $(DEPENDENCIES_CFLAGS) \
+ $(AM_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]