Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 423675
Collapse All | Expand All

(-)a/plugin/klash4/Makefile.am (-1 / +3 lines)
Lines 23-29 AM_CPPFLAGS = \ Link Here
23
	$(KDE4_CFLAGS) \
23
	$(KDE4_CFLAGS) \
24
	$(QT4_CFLAGS) \
24
	$(QT4_CFLAGS) \
25
	$(X11_CFLAGS) \
25
	$(X11_CFLAGS) \
26
	-DGNASHBINDIR=\"${bindir}\"
26
	-I$(top_srcdir)/libbase \
27
	-DGNASHBINDIR=\"${bindir}\" \
28
	$(NULL)
27
29
28
plugindir   = $(KDE4_PLUGINDIR)
30
plugindir   = $(KDE4_PLUGINDIR)
29
kde_servicesdir = $(KDE4_SERVICESDIR)
31
kde_servicesdir = $(KDE4_SERVICESDIR)
(-)a/plugin/klash4/klash_part.cpp (-1 / +1 lines)
Lines 43-48 Link Here
43
#include "klash_part.h"
43
#include "klash_part.h"
44
44
45
#include <csignal>
45
#include <csignal>
46
#include "GnashSystemIOHeaders.h"
46
47
47
//-----------------------------------------------------------------------------
48
//-----------------------------------------------------------------------------
48
49
49
-

Return to bug 423675