Mailinglist Archive: yast-commit (190 mails)
| < Previous | Next > |
[yast-commit] r38216 - /trunk/ncurses/src/pkg/Makefile.am
- From: gs@xxxxxxxxxxxxxxxx
- Date: Thu, 31 May 2007 08:27:28 -0000
- Message-id: <20070531082728.C3CE9237C0@xxxxxxxxxxxxxxxx>
Author: gs
Date: Thu May 31 10:27:28 2007
New Revision: 38216
URL: http://svn.opensuse.org/viewcvs/yast?rev=38216&view=rev
Log:
remove $(wildcard *.h)
Modified:
trunk/ncurses/src/pkg/Makefile.am
Modified: trunk/ncurses/src/pkg/Makefile.am
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses/src/pkg/Makefile.am?rev=38216&r1=38215&r2=38216&view=diff
==============================================================================
--- trunk/ncurses/src/pkg/Makefile.am (original)
+++ trunk/ncurses/src/pkg/Makefile.am Thu May 31 10:27:28 2007
@@ -17,7 +17,7 @@
-L$(libdir) -lyui \
${ZYPP_LIBS}
-noinst_HEADERS = $(wildcard *.h) \
+noinst_HEADERS = \
NCPackageSelector.h \
NCPkgSelMapper.h \
NCPkgStatusStrategy.h \
@@ -31,7 +31,7 @@
NCPkgNames.h \
NCZypp.h
-libpy2ncurses_pkg_la_SOURCES = \
+libpy2ncurses_pkg_la_SOURCES = \
NCPackageSelector.cc \
NCPkgSelMapper.cc \
NCPkgStatusStrategy.cc \
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu May 31 10:27:28 2007
New Revision: 38216
URL: http://svn.opensuse.org/viewcvs/yast?rev=38216&view=rev
Log:
remove $(wildcard *.h)
Modified:
trunk/ncurses/src/pkg/Makefile.am
Modified: trunk/ncurses/src/pkg/Makefile.am
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses/src/pkg/Makefile.am?rev=38216&r1=38215&r2=38216&view=diff
==============================================================================
--- trunk/ncurses/src/pkg/Makefile.am (original)
+++ trunk/ncurses/src/pkg/Makefile.am Thu May 31 10:27:28 2007
@@ -17,7 +17,7 @@
-L$(libdir) -lyui \
${ZYPP_LIBS}
-noinst_HEADERS = $(wildcard *.h) \
+noinst_HEADERS = \
NCPackageSelector.h \
NCPkgSelMapper.h \
NCPkgStatusStrategy.h \
@@ -31,7 +31,7 @@
NCPkgNames.h \
NCZypp.h
-libpy2ncurses_pkg_la_SOURCES = \
+libpy2ncurses_pkg_la_SOURCES = \
NCPackageSelector.cc \
NCPkgSelMapper.cc \
NCPkgStatusStrategy.cc \
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |