root/branches/gajim_0.11.1/src/common/Makefile.am

Revision 7396, 351 bytes (checked in by asterix, 2 years ago)

[dkirov] idle module is not correctly build (linked to xss lib) and loaded from .libs folder for svn users. fixes #2611

Line 
1
2INCLUDES = \
3        $(PYTHON_INCLUDES)
4if BUILD_IDLE
5idlelib_LTLIBRARIES = idle.la
6idlelibdir = $(libdir)/gajim
7
8idle_la_LIBADD = $(XSCRNSAVER_LIBS)
9
10idle_la_SOURCES = idle.c
11
12idle_la_LDFLAGS = \
13        -module -avoid-version
14
15idle_la_CFLAGS = $(XSCRNSAVER_CFLAGS) $(PYTHON_INCLUDES)
16endif
17
18DISTCLEANFILES =
19
20EXTRA_DIST =
21
22MAINTAINERCLEANFILES = Makefile.in
Note: See TracBrowser for help on using the browser.