Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269329 | Differences between
and this patch

Collapse All | Expand All

(-)ekiga-3.2.4.orig/lib/engine/components/opal/Makefile.in (-1 / +1 lines)
Lines 319-325 top_builddir = @top_builddir@ Link Here
319
top_srcdir = @top_srcdir@
319
top_srcdir = @top_srcdir@
320
noinst_LTLIBRARIES = libgmopal.la
320
noinst_LTLIBRARIES = libgmopal.la
321
opal_dir = $(top_srcdir)/lib/engine/components/opal
321
opal_dir = $(top_srcdir)/lib/engine/components/opal
322
AM_CXXFLAGS = $(SIGC_CFLAGS) $(GLIB_CFLAGS) $(OPAL_CFLAGS) $(PTLIB_CFLAGS)
322
AM_CXXFLAGS = $(SIGC_CFLAGS) $(GLIB_CFLAGS) $(OPAL_CFLAGS) $(PTLIB_CFLAGS) -fexceptions
323
INCLUDES = \
323
INCLUDES = \
324
	-I$(top_srcdir)/lib				\
324
	-I$(top_srcdir)/lib				\
325
	-I$(top_srcdir)/lib/gmconf			\
325
	-I$(top_srcdir)/lib/gmconf			\

Return to bug 269329