[yast-commit] r62130 - in /branches/tmp/lslezak/sound: VERSION data/Makefile.am
Author: lslezak Date: Mon Jun 21 16:40:29 2010 New Revision: 62130 URL: http://svn.opensuse.org/viewcvs/yast?rev=62130&view=rev Log: fixed Makefile.am Modified: branches/tmp/lslezak/sound/VERSION branches/tmp/lslezak/sound/data/Makefile.am Modified: branches/tmp/lslezak/sound/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/lslezak/sound/VERSION?rev=62130&r1=62129&r2=62130&view=diff ============================================================================== --- branches/tmp/lslezak/sound/VERSION (original) +++ branches/tmp/lslezak/sound/VERSION Mon Jun 21 16:40:29 2010 @@ -1 +1 @@ -2.19.1 +2.19.2 Modified: branches/tmp/lslezak/sound/data/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/lslezak/sound/data/Makefile.am?rev=62130&r1=62129&r2=62130&view=diff ============================================================================== --- branches/tmp/lslezak/sound/data/Makefile.am (original) +++ branches/tmp/lslezak/sound/data/Makefile.am Mon Jun 21 16:40:29 2010 @@ -6,11 +6,11 @@ SUBDIRS = doc -ydata_DATA = alsa_packages.ycp +ydata_DATA = alsa_packages.ycp sndcards.ycp sound_db_generator = alsa_drivers.rb data_cards.rb data_joystick.rb data_mixer.rb generate_soundcard_db.rb sound_db_generator.rb ycp_format.rb sndcards.ycp: $(sound_db_generator) - generate_soundcard_db.rb > sndcards.ycp + ./generate_soundcard_db.rb > sndcards.ycp -EXTRA_DIST = $(ydata_DATA) $(sound_db_generator) +EXTRA_DIST = alsa_packages.ycp $(sound_db_generator) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org