Changeset 6176
- Timestamp:
- 05/21/10 07:30:36 (3 years ago)
- Files:
-
- 1 modified
-
luci2/libubox/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci2/libubox/Makefile
r6161 r6176 6 6 all: libubox.so 7 7 8 libubox.so: ucix.c blob.c hash.c uhtbl.c ulog.c trex.c8 libubox.so: ucix.c blob.c hash.c uhtbl.c ulog.c 9 9 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -shared -Wl,-soname,libubox.so $^ -luci 10 10
