aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/Makefile.am
blob: 0644de0b8c9a761d2f03c3bf5bb502db33426f82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
noinst_LTLIBRARIES = libephybookmarks.la

headerdir = $(prefix)/include/epiphany-@EPIPHANY_MAJOR@/epiphany
header_DATA = $(INST_H_FILES)

INST_H_FILES = \
    ephy-bookmarks.h

NOINST_H_FILES =            \
    ephy-bookmark-action.h      \
    ephy-bookmarks-editor.h     \
    ephy-bookmarks-export.h     \
    ephy-bookmarks-import.h     \
    ephy-bookmarks-menu.h       \
    ephy-bookmarksbar-model.h   \
    ephy-bookmarksbar.h     \
    ephy-bookmark-properties.h  \
    ephy-favorites-menu.h       \
    ephy-new-bookmark.h     \
    ephy-topic-action.h     \
    ephy-topics-selector.h

libephybookmarks_la_SOURCES =       \
    ephy-bookmarks.c        \
    ephy-bookmark-action.c      \
    ephy-bookmarks-editor.c     \
    ephy-bookmarks-export.c     \
    ephy-bookmarks-import.c     \
    ephy-bookmarks-menu.c       \
    ephy-bookmarksbar-model.c   \
    ephy-bookmarksbar.c     \
    ephy-bookmark-properties.c  \
    ephy-favorites-menu.c       \
    ephy-new-bookmark.c     \
    ephy-topic-action.c     \
    ephy-topics-selector.c      \
    $(NOINST_H_FILES)       \
    $(INST_H_FILES)

libephybookmarks_la_CPPFLAGS = \
    -I$(top_builddir)/lib       \
    -I$(top_srcdir)/lib     \
    -I$(top_srcdir)/src     \
    -I$(top_srcdir)/embed       \
    -I$(top_srcdir)/lib/widgets \
    -I$(top_srcdir)/lib/egg     \
    $(AM_CPPFLAGS)

libephybookmarks_la_CFLAGS = \
    $(EPIPHANY_DEPENDENCY_CFLAGS)   \
    $(AM_CFLAGS)