Differences From Artifact [61a2f5a5b5]:
- File src/Makefile — part of check-in [3a3855f187] at 2011-03-09 03:32:14 on branch trunk — Add basic STARTTLS support (user: florob@babelmonkeys.de, size: 141) [annotate] [blame] [check-ins using]
To Artifact [992c84981f]:
- File src/Makefile — part of check-in [b74a310cc3] at 2011-03-21 19:51:17 on branch trunk — Request and handle roster. (user: js, size: 144) [annotate] [blame] [check-ins using]
1 | all: | | | 1 2 3 4 5 6 | all: objfw-compile -Wall -g --lib 0.0 -o objxmpp *.m \ `pkg-config --cflags --libs libidn` -lobjgnutls clean: rm -f *.o *.so *.dylib *.dll |