]> granicus.if.org Git - sudo/commitdiff
Set _PATH_SUDO_CONF based on $(sysconfdir)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Jun 2010 16:24:37 +0000 (12:24 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Jun 2010 16:24:37 +0000 (12:24 -0400)
src/Makefile.in

index c67ab8eb91a6b2af7136eec7f2664499f142e934..fa99d2ec3dd9dc2141855a7236b0f78624d89886 100644 (file)
@@ -64,7 +64,7 @@ install_uid = 0
 install_gid = 0
 
 # OS dependent defines
-DEFS = @OSDEFS@
+DEFS = @OSDEFS@ -D_PATH_SUDO_CONF=\"$(sysconfdir)/sudo.conf\"
 
 #### End of system configuration section. ####