Changeset 6161

Show
Ignore:
Timestamp:
05/15/10 18:07:08 (3 years ago)
Author:
Cyrus
Message:

libubox: Add trex

Location:
luci2/libubox
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • luci2/libubox/Makefile

    r6006 r6161  
    66all: libubox.so 
    77 
    8 libubox.so: ucix.c blob.c hash.c uhtbl.c ulog.c 
     8libubox.so: ucix.c blob.c hash.c uhtbl.c ulog.c trex.c 
    99    $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -shared -Wl,-soname,libubox.so $^ -luci 
    1010