Software / code / prosody
Comparison
util-src/Makefile @ 7619:f5016c8985d7
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 19 Aug 2016 22:49:36 +0200 |
| parent | 7615:940603e99032 |
comparison
equal
deleted
inserted
replaced
| 7606:f40f1d9b7872 | 7619:f5016c8985d7 |
|---|---|
| 1 | 1 |
| 2 include ../config.unix | 2 include ../config.unix |
| 3 | 3 |
| 4 CFLAGS+=-ggdb -Wall -pedantic -I$(LUA_INCDIR) | 4 CFLAGS+=-I$(LUA_INCDIR) |
| 5 | 5 |
| 6 INSTALL_DATA=install -m644 | 6 INSTALL_DATA=install -m644 |
| 7 TARGET?=../util/ | 7 TARGET?=../util/ |
| 8 | 8 |
| 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so | 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so |