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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- python/Makefile.am
0
++ python/Makefile.am
Lines 10-17 Link Here
10
python_LTLIBRARIES = _gamin.la
10
python_LTLIBRARIES = _gamin.la
11
11
12
_gamin_la_SOURCES = gamin.c
12
_gamin_la_SOURCES = gamin.c
13
_gamin_la_CFLAGS = -shared
13
_gamin_la_LIBADD = $(top_builddir)/libgamin/libgamin-1.la
14
_gamin_la_LIBADD = $(top_builddir)/libgamin/libgamin-1.la
14
_gamin_la_LDFLAGS = -module -avoid-version
15
_gamin_la_LDFLAGS = -module -avoid-version -shared
15
16
16
python_PYTHON = gamin.py
17
python_PYTHON = gamin.py
17
18

Return to bug 312187