Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/Makefile.am
blob: cb0e9f2245c6d749d3b1d12ea983f23066eaf752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)/libview     \
    -DXP_UNIX                   \
    -DMOZ_X11                   \
	$(BROWSER_PLUGIN_CFLAGS)    \
	$(AM_CPPFLAGS)

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

libevince_plugin_la_LDFLAGS = -avoid-version -module