root/branches/gajim_0.2-2/Makefile

Revision 172, 282 bytes (checked in by asterix, 4 years ago)

icon in systray (it represents state and changes when we recieve a message not poped up)

Line 
1MODULES = common plugins/gtkgui
2
3all:
4        msgfmt Messages/fr/LC_MESSAGES/gajim.po -o Messages/fr/LC_MESSAGES/gajim.mo
5        for dir in ${MODULES}; do \
6          (cd $$dir; make all); \
7        done
8
9clean:
10        find -name *.pyc -exec rm {} \;
11        for dir in ${MODULES}; do \
12          (cd $$dir; make clean); \
13        done
Note: See TracBrowser for help on using the browser.