Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/Makefile.am
blob: 6c84773a7f147b443978a1d67182fb9c382e4d69 (plain)
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
plugindir = ${libdir}/mozilla/plugins
plugin_LTLIBRARIES = libevince-plugin.la

libevince_plugin_la_SOURCES =	\
	glue.cpp		\
	plugin.cpp		\
	plugin.h		\
	scriptable.cpp		\
	scriptable.h

libevince_plugin_la_CPPFLAGS =				\
	-I$(top_srcdir)					\
	-I$(top_builddir)				\
	-I$(top_srcdir)/libdocument			\
	-I$(top_builddir)/libdocument			\
	-I$(top_srcdir)/libview				\
	-I$(top_builddir)/libview			\
	-DXP_UNIX					\
	-DMOZ_X11					\
        -DEV_BINARY_VERSION=\"$(EV_BINARY_VERSION)\"	\
	$(BROWSER_PLUGIN_CFLAGS)			\
	$(AM_CPPFLAGS)

libevince_plugin_la_LIBADD =			\
	$(top_builddir)/libview/libevview.la	\
	$(BROWSER_PLUGIN_LIBS)

libevince_plugin_la_LDFLAGS = -avoid-version -module