[yast-commit] r63486 - in /trunk/core/scr/src: Makefile.am scr.cc

Author: mvidner Date: Fri Feb 25 16:43:39 2011 New Revision: 63486 URL: http://svn.opensuse.org/viewcvs/yast?rev=63486&view=rev Log: Do not build 'scr' binary The binary is build here and also in base/ directory. Because of build sequence, base/ binary will win and overwrite this binary. Author: Stanislav Visnovsky <visnov@novell.com> http://lists.opensuse.org/yast-devel/2011-02/msg00168.html patch 01, 02 Removed: trunk/core/scr/src/scr.cc Modified: trunk/core/scr/src/Makefile.am Modified: trunk/core/scr/src/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/scr/src/Makefile.am?rev=6348... ============================================================================== --- trunk/core/scr/src/Makefile.am (original) +++ trunk/core/scr/src/Makefile.am Fri Feb 25 16:43:39 2011 @@ -5,20 +5,6 @@ AM_CXXFLAGS = -DY2LOG=\"scr\" -DSUSEVERSION=\"${SUSEVERSION}\" serversdir = $(execcompdir)/servers -servers_PROGRAMS = scr - -scr_SOURCES = \ - scr.cc - -scr_LDADD = ${AGENT_LIBADD} \ - $(top_builddir)/liby2/src/liby2.la - -scr_DEPENDENCIES = libpy2scr.la - -scr_LDFLAGS = \ - -Xlinker --whole-archive \ - libpy2scr.la \ - -Xlinker --no-whole-archive plugin_LTLIBRARIES = libpy2scr.la -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mvidner@svn2.opensuse.org