Changeset 132 for trunk/lib/Makefile


Ignore:
Timestamp:
01/11/09 16:44:33 (15 years ago)
Author:
tim
Message:

separated ACL parsing code from smb_deps into new winsec library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile

    r108 r132  
    33################################################################################
    44
    5 FILES=regfi.o smb_deps.o void_stack.o range_list.o lru_cache.o
     5FILES=regfi.o smb_deps.o winsec.o void_stack.o range_list.o lru_cache.o
    66
    77all: $(FILES)
     
    1212smb_deps.o: smb_deps.c
    1313        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ smb_deps.c
     14
     15winsec.o: winsec.c
     16        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ winsec.c
    1417
    1518void_stack.o: void_stack.c
Note: See TracChangeset for help on using the changeset viewer.