aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sample/Makefile.am
blob: d100580fed5094303cc1fa3d503f42369b292fd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugindir = $(libdir)/epiphany/plugins

INCLUDES = \
    -I$(top_srcdir)/src         \
    -I$(top_srcdir)/embed       \
    -I$(top_srcdir)/lib         \
    -I$(top_srcdir)/src/bookmarks   \
    $(EPIPHANY_DEPENDENCY_CFLAGS)   \
    -DSHARE_DIR=\"$(pkgdatadir)\"

plugin_LTLIBRARIES = libsample.la

libsample_la_SOURCES = \
    sample.c