Skip to content
Snippets Groups Projects
Commit b2882641 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[dkirov] idle module is not correctly build (linked to xss lib) and loaded...

[dkirov] idle module is not correctly build (linked to xss lib) and loaded from .libs folder for svn users. fixes #2611
parent 2034948d
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,14 @@ if BUILD_IDLE
idlelib_LTLIBRARIES = idle.la
idlelibdir = $(libdir)/gajim
idle_la_LIBADD = $(XSCREENSAVER_LIBS)
idle_la_LIBADD = $(XSCRNSAVER_LIBS)
idle_la_SOURCES = idle.c
idle_la_LDFLAGS = \
-module -avoid-version
idle_la_CFLAGS = $(XSCREENSAVER_CFLAGS) $(PYTHON_INCLUDES)
idle_la_CFLAGS = $(XSCRNSAVER_CFLAGS) $(PYTHON_INCLUDES)
endif
DISTCLEANFILES =
......
......@@ -3,3 +3,7 @@ docdir = '../'
datadir = '../'
version = '0.10.1.7'
import sys, os.path
for base in ('.', 'common'):
sys.path.append(os.path.join(base, '.libs'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment