Differences From Artifact [aed6ade7ee]:
- File src/Makefile — part of check-in [28c341cb47] at 2011-02-16 19:32:39 on branch trunk — Use one file per class. (user: js, size: 129) [annotate] [blame] [check-ins using] [more...]
To 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]
1 2 | all: objfw-compile -Wall --lib 0.0 -o objxmpp *.m \ | | | 1 2 3 4 5 6 | all: objfw-compile -Wall --lib 0.0 -o objxmpp *.m \ `pkg-config --cflags --libs libidn` -lobjgnutls clean: rm -f *.o *.so *.dylib *.dll |