Changeset 221 for branches/samba-3.3.x/examples
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/examples/libsmbclient/Makefile
r206 r221 25 25 teststat2 \ 26 26 teststat3 \ 27 teststatvfs \ 28 testfstatvfs \ 27 29 testtruncate \ 28 30 testchmod \ … … 75 77 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt 76 78 79 teststatvfs: teststatvfs.o 80 @echo Linking teststatvfs 81 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt 82 83 testfstatvfs: testfstatvfs.o 84 @echo Linking testfstatvfs 85 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt 86 77 87 testtruncate: testtruncate.o 78 88 @echo Linking testtruncate
Note:
See TracChangeset
for help on using the changeset viewer.