summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-07-28 12:06:18 +0100
committerDaniel P. Berrange <berrange@redhat.com>2009-07-28 12:06:18 +0100
commita9c53189231a0c5c12b284d5e00155711c25282e (patch)
tree61e21b715dd039124086351ff3304534eaa36c3e /plugin
parentaf4ddcb244826f159e1187fc24adbedd5b11bd3d (diff)
downloadvirt-viewer-a9c53189231a0c5c12b284d5e00155711c25282e.tar.gz
virt-viewer-a9c53189231a0c5c12b284d5e00155711c25282e.tar.xz
virt-viewer-a9c53189231a0c5c12b284d5e00155711c25282e.zip
Move most of viewer code out into viewer.c
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.am2
-rw-r--r--plugin/npshell.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index c64d80a..71aa467 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -4,7 +4,7 @@ plugindir = $(libdir)/mozilla/plugins
plugin_LTLIBRARIES = virt-viewer-plugin.la
virt_viewer_plugin_la_SOURCES = \
- ../src/main.c ../src/viewer.h \
+ ../src/viewer.c ../src/viewer.h \
virt-viewer-plugin.c virt-viewer-plugin.h \
npshell.c npunix.c
virt_viewer_plugin_la_LIBADD = \
diff --git a/plugin/npshell.c b/plugin/npshell.c
index 60010d6..03a3dc0 100644
--- a/plugin/npshell.c
+++ b/plugin/npshell.c
@@ -84,7 +84,6 @@ Contributor(s): Adobe Systems Incorporated.
#include <strings.h>
#include <npapi.h>
-#include <npupp.h>
#include "virt-viewer-plugin.h"