[Nagiosplug-checkins] nagiosplug/plugins-root Makefile.am,1.6,1.7

Ton Voon tonvoon at users.sourceforge.net
Wed Jun 7 09:18:14 CEST 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins-root
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5074/plugins-root

Modified Files:
	Makefile.am 
Log Message:
Fixed two build problems re: libtool and pst3


Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-root/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	17 May 2006 08:56:06 -0000	1.6
+++ Makefile.am	7 Jun 2006 07:18:12 -0000	1.7
@@ -33,7 +33,7 @@
 # /* Author Coreutils team - see ACKNOWLEDGEMENTS */
 
 INSTALL_SUID = \
-	for f in $(EXTRA_PROGRAMS) ; do \
+	for f in $(libexec_PROGRAMS) ; do \
 	p=$$f; \
 	echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p"; \
 	$(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p; \
@@ -43,10 +43,10 @@
 	chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p; \
 	done
 
-install-root: $(EXTRA_PROGRAMS)
+install-root: $(libexec_PROGRAMS)
 	@$(INSTALL_SUID)
 
-install-exec-local: $(EXTRA_PROGRAMS)
+install-exec-local: $(libexec_PROGRAMS)
 	@TMPFILE=$(DESTDIR)$(libexecdir)/.setuid-$$$$; \
 	rm -f $$TMPFILE; \
 	echo > $$TMPFILE; \





More information about the Commits mailing list