Changeset 6161
- Timestamp:
- 05/15/10 18:07:08 (3 years ago)
- Location:
- luci2/libubox
- Files:
-
- 2 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci2/libubox/Makefile
r6006 r6161 6 6 all: libubox.so 7 7 8 libubox.so: ucix.c blob.c hash.c uhtbl.c ulog.c 8 libubox.so: ucix.c blob.c hash.c uhtbl.c ulog.c trex.c 9 9 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -shared -Wl,-soname,libubox.so $^ -luci 10 10
