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