From b905dab61dc2304ebf89efcdab99974cf7c110c7 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 17 Nov 2008 14:02:56 +0100 Subject: Revert "build: don't install the cifs.upcall binary twice." This reverts commit cfc8dc236dda869dbe4141bef80f6965ce76188d. --- source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index cf405fe97a0..12c62e17cb1 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -175,7 +175,7 @@ PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \ # Note that all executable programs now provide for an optional executable suffix. -SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ +SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ @SWAT_SBIN_TARGETS@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@ ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@ -- cgit