diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-08-22 01:25:10 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-08-22 01:25:10 +0000 |
commit | a1e32fee3957d0566a4c089dd5750541c15c843f (patch) | |
tree | a8c66b5476359ff3792d32356ff9855c8ae64b1d /source3 | |
parent | 2749f5e998a672e03ac7bbb932b1fd54b7f4a997 (diff) | |
download | samba-a1e32fee3957d0566a4c089dd5750541c15c843f.tar.gz samba-a1e32fee3957d0566a4c089dd5750541c15c843f.tar.bz2 samba-a1e32fee3957d0566a4c089dd5750541c15c843f.zip |
Make samsync use popt
(This used to be commit 6aa7aa00f32c2d6512029eb603f9087ce6c98bf9)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index bfdb8c9d22..009cd18228 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -631,7 +631,7 @@ bin/rpcclient: $(RPCCLIENT_OBJ) @BUILD_POPT@ bin/.dummy bin/samsync: $(SAMSYNC_OBJ) bin/.dummy @echo Linking $@ - @$(CC) $(FLAGS) -o $@ $(SAMSYNC_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) + @$(CC) $(FLAGS) -o $@ $(SAMSYNC_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @BUILD_POPT@ bin/smbclient: $(CLIENT_OBJ) bin/.dummy @echo Linking $@ |