diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2012-06-06 21:23:40 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2012-06-06 21:23:40 -0700 |
commit | c527cff025300224867cb61cb6f46508d6157381 (patch) | |
tree | a25cffe2bf78d25491c34ebefbdb8c5d078ce118 /src | |
parent | 2c458e7c62b59db60304c4b3bf6e2d0a11a85c6d (diff) |
Change library name to libevince-plugin
This is a little more in line with other NPAPI plugins and more
descriptive than libevbp.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e7f2e4f..2fd2fd7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ libevbp_viewer_la_SOURCES = \ ev-page-action-widget.h ev-page-action-widget.c plugindir = $(libdir)/mozilla/plugins -plugin_LTLIBRARIES = libevbp.la -libevbp_la_LDFLAGS = -avoid-version -module -libevbp_la_LIBADD = libevbp-viewer.la -libevbp_la_SOURCES = evbp.c +plugin_LTLIBRARIES = libevince-plugin.la +libevince_plugin_la_LDFLAGS = -avoid-version -module +libevince_plugin_la_LIBADD = libevbp-viewer.la +libevince_plugin_la_SOURCES = evbp.c |