Mailinglist Archive: yast-commit (1056 mails)
| < Previous | Next > |
[yast-commit] r44609 - in /trunk/yast2: VERSION library/desktop/src/Makefile.am package/yast2.changes remote/Makefile.am
- From: coolo@xxxxxxxxxxxxxxxx
- Date: Mon, 18 Feb 2008 19:57:17 -0000
- Message-id: <20080218195717.EE3002D75A@xxxxxxxxxxxxxxxx>
Author: coolo
Date: Mon Feb 18 20:57:17 2008
New Revision: 44609
URL: http://svn.opensuse.org/viewcvs/yast?rev=44609&view=rev
Log:
fix build
Modified:
trunk/yast2/VERSION
trunk/yast2/library/desktop/src/Makefile.am
trunk/yast2/package/yast2.changes
trunk/yast2/remote/Makefile.am
Modified: trunk/yast2/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/VERSION (original)
+++ trunk/yast2/VERSION Mon Feb 18 20:57:17 2008
@@ -1 +1 @@
-2.16.27
+2.16.28
Modified: trunk/yast2/library/desktop/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/desktop/src/Makefile.am?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/library/desktop/src/Makefile.am (original)
+++ trunk/yast2/library/desktop/src/Makefile.am Mon Feb 18 20:57:17 2008
@@ -5,6 +5,6 @@
EXTRA_DIST = $(client_DATA) $(module_DATA)
-YCPCFLAGS = -M ../../types/src
+YCPCFLAGS = -M ../../types/src -M ../../modules
include $(top_srcdir)/Makefile.am.common
Modified: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Mon Feb 18 20:57:17 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Feb 18 20:51:30 CET 2008 - coolo@xxxxxxx
+
+- fix build
+- 2.16.28
+
+-------------------------------------------------------------------
Mon Feb 18 14:13:07 CET 2008 - lslezak@xxxxxxx
- URL::Parse() - parse "dir:///" correctly
Modified: trunk/yast2/remote/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/remote/Makefile.am?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/remote/Makefile.am (original)
+++ trunk/yast2/remote/Makefile.am Mon Feb 18 20:57:17 2008
@@ -11,6 +11,8 @@
remotechooser.desktop \
remoteinstall.desktop
+YCPCFLAGS = -M ../library/modules
+
EXTRA_DIST = $(client_DATA) # $(desktop_DATA)
include $(top_srcdir)/Makefile.am.common
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Feb 18 20:57:17 2008
New Revision: 44609
URL: http://svn.opensuse.org/viewcvs/yast?rev=44609&view=rev
Log:
fix build
Modified:
trunk/yast2/VERSION
trunk/yast2/library/desktop/src/Makefile.am
trunk/yast2/package/yast2.changes
trunk/yast2/remote/Makefile.am
Modified: trunk/yast2/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/VERSION (original)
+++ trunk/yast2/VERSION Mon Feb 18 20:57:17 2008
@@ -1 +1 @@
-2.16.27
+2.16.28
Modified: trunk/yast2/library/desktop/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/desktop/src/Makefile.am?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/library/desktop/src/Makefile.am (original)
+++ trunk/yast2/library/desktop/src/Makefile.am Mon Feb 18 20:57:17 2008
@@ -5,6 +5,6 @@
EXTRA_DIST = $(client_DATA) $(module_DATA)
-YCPCFLAGS = -M ../../types/src
+YCPCFLAGS = -M ../../types/src -M ../../modules
include $(top_srcdir)/Makefile.am.common
Modified: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Mon Feb 18 20:57:17 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Feb 18 20:51:30 CET 2008 - coolo@xxxxxxx
+
+- fix build
+- 2.16.28
+
+-------------------------------------------------------------------
Mon Feb 18 14:13:07 CET 2008 - lslezak@xxxxxxx
- URL::Parse() - parse "dir:///" correctly
Modified: trunk/yast2/remote/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/remote/Makefile.am?rev=44609&r1=44608&r2=44609&view=diff
==============================================================================
--- trunk/yast2/remote/Makefile.am (original)
+++ trunk/yast2/remote/Makefile.am Mon Feb 18 20:57:17 2008
@@ -11,6 +11,8 @@
remotechooser.desktop \
remoteinstall.desktop
+YCPCFLAGS = -M ../library/modules
+
EXTRA_DIST = $(client_DATA) # $(desktop_DATA)
include $(top_srcdir)/Makefile.am.common
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |