blob: 0644de0b8c9a761d2f03c3bf5bb502db33426f82 (
plain) (
tree)
|
|
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)
|