Changeset 3438 for branches/gajim_0.8.2/src
- Timestamp:
- 09/06/05 13:13:40 (3 years ago)
- Location:
- branches/gajim_0.8.2/src
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.8.2/src/common/Makefile
r1862 r3438 7 7 8 8 idle.so: 9 $(CC) $( CFLAGS) $(LDFLAGS) -shared idle.c $^ -o $@ -L/usr/X11R6/lib-lX11 -lXss -lXext9 $(CC) $(OPTFLAGS) $(CFLAGS) $(LDFLAGS) -shared idle.c $^ -o $@ -L/usr/X11R6$(LIBDIR) -lX11 -lXss -lXext 10 10 11 11 clean: -
branches/gajim_0.8.2/src/config.py
r3313 r3438 1933 1933 if old_text in emots: 1934 1934 gajim.config.del_per('emoticons', old_text) 1935 emots = gajim.config.get_per('emoticons') 1935 1936 emot = new_text.decode('utf-8').upper() 1936 1937 if emot in emots: -
branches/gajim_0.8.2/src/Makefile
r1862 r3438 11 11 12 12 gtkspell.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 $@ 14 14 15 15 # The path to the GTK+ python types
