aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/Makefile.am
blob: fcffe7eb50136343cd7c4db0d37a36b22b2c1e89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)