Changeset 6176

Show
Ignore:
Timestamp:
05/21/10 07:30:36 (3 years ago)
Author:
Cyrus
Message:

ubox: Fix Makefile

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci2/libubox/Makefile

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