diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2008-03-05 18:24:16 -0500 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2008-03-05 18:24:16 -0500 |
| commit | 0154dca5b9ab76f37f666923fc4dc52409d50d28 (patch) | |
| tree | 1e8899ac9d1ee709958ca17020593fb43f8fbfff /plugin | |
| parent | 12a72a27d9c70b96ce9ecff089510fa856dcc9b5 (diff) | |
| download | virt-viewer-0154dca5b9ab76f37f666923fc4dc52409d50d28.tar.gz virt-viewer-0154dca5b9ab76f37f666923fc4dc52409d50d28.tar.xz virt-viewer-0154dca5b9ab76f37f666923fc4dc52409d50d28.zip | |
Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/Makefile.am | 2 | ||||
| -rw-r--r-- | plugin/npshell.c | 2 | ||||
| -rw-r--r-- | plugin/npunix.c | 2 | ||||
| -rw-r--r-- | plugin/virt-viewer-plugin.c | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index d8f53c2..ff1536e 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -28,8 +28,6 @@ virt-viewer-plugin.so: virt-viewer-plugin.la install-data-hook: rm -f $(plugindir)/virt-viewer-plugin.a $(plugindir)/virt-viewer-plugin.la -EXTRA_DIST = README - CLEANFILES = virt-viewer-plugin.so endif diff --git a/plugin/npshell.c b/plugin/npshell.c index 94b65dc..b2419a4 100644 --- a/plugin/npshell.c +++ b/plugin/npshell.c @@ -76,10 +76,12 @@ Portions created by Adobe Systems Incorporated are Copyright (C) 2007. All Right Contributor(s): Adobe Systems Incorporated. */ +#include <config.h> #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <npapi.h> #include <npupp.h> diff --git a/plugin/npunix.c b/plugin/npunix.c index 9e47aa6..ddc4bdf 100644 --- a/plugin/npunix.c +++ b/plugin/npunix.c @@ -51,6 +51,8 @@ *---------------------------------------------------------------------- */ +#include <config.h> + #define XP_UNIX 1 #include <stdio.h> diff --git a/plugin/virt-viewer-plugin.c b/plugin/virt-viewer-plugin.c index d5a5fdc..8d1bce3 100644 --- a/plugin/virt-viewer-plugin.c +++ b/plugin/virt-viewer-plugin.c @@ -33,6 +33,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include <config.h> + #include <stdio.h> #include <stdlib.h> #include <vncdisplay.h> |
