Changeset 147 for trunk/lib/Makefile


Ignore:
Timestamp:
02/22/09 14:31:52 (15 years ago)
Author:
tim
Message:

added talloc library

incorporated talloc into winsec and lru_cache modules

introduced talloc into SK caching system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile

    r132 r147  
    33################################################################################
    44
    5 FILES=regfi.o smb_deps.o winsec.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 talloc.o
    66
    77all: $(FILES)
     
    2525        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ lru_cache.c
    2626
     27talloc.o: talloc.c
     28        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ talloc.c
     29
    2730clean:
    2831        rm -f $(FILES)
Note: See TracChangeset for help on using the changeset viewer.