Changeset 740 for vendor/current/testsuite/libsmbclient
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testsuite/libsmbclient/src/Makefile
r414 r740 1 1 CC = gcc 2 CFLAGS = -Wall -W -O2 -g -I../../../source /include3 LFLAGS = -L../../../source /bin4 5 LIBS= -L/usr/lib -lsmbclient -ltalloc 2 CFLAGS = -Wall -W -O2 -g -I../../../source3/include 3 LFLAGS = -L../../../source3/bin 4 5 LIBS= -L/usr/lib -lsmbclient -ltalloc -ltdb -lwbclient 6 6 INCPATH= -I. -I/usr/include -I./include 7 7 BIN_DIR=bin
Note:
See TracChangeset
for help on using the changeset viewer.