Mailinglist Archive: yast-commit (650 mails)
| < Previous | Next > |
[yast-commit] r55772 - /trunk/devtools/y2logview/y2log_ana/Makefile.am
- From: dmacvicar@xxxxxxxxxxxxxxxx
- Date: Wed, 25 Feb 2009 18:44:26 -0000
- Message-id: <E1LcOk6-00064j-Uq@xxxxxxxxxxxxxxxx>
Author: dmacvicar
Date: Wed Feb 25 19:44:26 2009
New Revision: 55772
URL: http://svn.opensuse.org/viewcvs/yast?rev=55772&view=rev
Log:
include current dir
Modified:
trunk/devtools/y2logview/y2log_ana/Makefile.am
Modified: trunk/devtools/y2logview/y2log_ana/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/y2logview/y2log_ana/Makefile.am?rev=55772&r1=55771&r2=55772&view=diff
==============================================================================
--- trunk/devtools/y2logview/y2log_ana/Makefile.am (original)
+++ trunk/devtools/y2logview/y2log_ana/Makefile.am Wed Feb 25 19:44:26 2009
@@ -8,7 +8,7 @@
Y2L =
endif
-INCLUDES = $(Qt4_CFLAGS)
+INCLUDES = $(Qt4_CFLAGS) -I.
noinst_PROGRAMS = $(Y2L)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Feb 25 19:44:26 2009
New Revision: 55772
URL: http://svn.opensuse.org/viewcvs/yast?rev=55772&view=rev
Log:
include current dir
Modified:
trunk/devtools/y2logview/y2log_ana/Makefile.am
Modified: trunk/devtools/y2logview/y2log_ana/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/y2logview/y2log_ana/Makefile.am?rev=55772&r1=55771&r2=55772&view=diff
==============================================================================
--- trunk/devtools/y2logview/y2log_ana/Makefile.am (original)
+++ trunk/devtools/y2logview/y2log_ana/Makefile.am Wed Feb 25 19:44:26 2009
@@ -8,7 +8,7 @@
Y2L =
endif
-INCLUDES = $(Qt4_CFLAGS)
+INCLUDES = $(Qt4_CFLAGS) -I.
noinst_PROGRAMS = $(Y2L)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |