comparison: libidav/Makefile
libidav/Makefile
- branch
- dav-2
- changeset 925
- 61a231a8d8f5
- parent 832
- dff5f4c23aa7
equal
deleted
inserted
replaced
| 39 SRC += crypto.c |
39 SRC += crypto.c |
| 40 SRC += xml.c |
40 SRC += xml.c |
| 41 SRC += versioning.c |
41 SRC += versioning.c |
| 42 SRC += config.c |
42 SRC += config.c |
| 43 SRC += pwdstore.c |
43 SRC += pwdstore.c |
| |
44 SRC += jmap.c |
| |
45 SRC += jmapsession.c |
| 44 |
46 |
| 45 OBJ = $(SRC:%.c=../build/libidav/%$(OBJ_EXT)) |
47 OBJ = $(SRC:%.c=../build/libidav/%$(OBJ_EXT)) |
| 46 |
48 |
| 47 all: ../build/ucx ../build/lib/libidav$(LIB_EXT) |
49 all: ../build/ucx ../build/lib/libidav$(LIB_EXT) |
| 48 |
50 |