Changeset 168 for trunk/lib/Makefile


Ignore:
Timestamp:
03/02/10 19:08:42 (14 years ago)
Author:
tim
Message:

merged remaining smb_deps items into regfi

began formatting API comments for use with doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile

    r147 r168  
    33################################################################################
    44
    5 FILES=regfi.o smb_deps.o winsec.o void_stack.o range_list.o lru_cache.o talloc.o
     5FILES=regfi.o winsec.o void_stack.o range_list.o lru_cache.o talloc.o
    66
    77all: $(FILES)
     
    99regfi.o: regfi.c
    1010        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ regfi.c
    11 
    12 smb_deps.o: smb_deps.c
    13         $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ smb_deps.c
    1411
    1512winsec.o: winsec.c
Note: See TracChangeset for help on using the changeset viewer.