Changeset 3438 for branches/gajim_0.8.2

Show
Ignore:
Timestamp:
09/06/05 13:13:40 (3 years ago)
Author:
nk
Message:

emot fix in config.py; overwites in srcmakefile and commonmakefile

Location:
branches/gajim_0.8.2/src
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.8.2/src/common/Makefile

    r1862 r3438  
    77 
    88idle.so: 
    9         $(CC) $(CFLAGS) $(LDFLAGS) -shared idle.c $^ -o $@ -L/usr/X11R6/lib -lX11 -lXss -lXext 
     9        $(CC) $(OPTFLAGS) $(CFLAGS) $(LDFLAGS) -shared idle.c $^ -o $@ -L/usr/X11R6$(LIBDIR) -lX11 -lXss -lXext 
    1010 
    1111clean: 
  • branches/gajim_0.8.2/src/config.py

    r3313 r3438  
    19331933                if old_text in emots: 
    19341934                        gajim.config.del_per('emoticons', old_text) 
     1935                emots = gajim.config.get_per('emoticons') 
    19351936                emot = new_text.decode('utf-8').upper() 
    19361937                if emot in emots: 
  • branches/gajim_0.8.2/src/Makefile

    r1862 r3438  
    1111 
    1212gtkspell.so: 
    13         $(CC) $(CFLAGS) $(LDFLAGS) `pkg-config --libs --cflags gtkspell-2.0` -shared gtkspellmodule.c $^ -o $@ 
     13        $(CC) $(OPTFLAGS) $(CFLAGS) $(LDFLAGS) `pkg-config --libs --cflags gtkspell-2.0` -shared gtkspellmodule.c $^ -o $@ 
    1414 
    1515# The path to the GTK+ python types