Update of /cvsroot/alsa/alsa-tools/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv18001

Modified Files:
        Makefile.am 
Log Message:
Moved firmware files to alsa-firmware package, corrected data path

Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/vxloader/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am 25 Mar 2003 17:37:38 -0000      1.3
+++ Makefile.am 25 Nov 2003 15:40:23 -0000      1.4
@@ -1,7 +1,9 @@
 # # Process this file with automake to produce Makefile.in.
 AUTOMAKE_OPTIONS = 1.3 foreign
 
-AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware\"
+MYNAME = vxloader
+
+AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
 
 SUBDIRS = firmware
 
@@ -12,7 +14,7 @@
 EXTRA_DIST = depcomp
 
 alsa-dist: distdir
-       @rm -rf ../distdir/vxloader
-       @mkdir -p ../distdir/vxloader
-       @cp -RLpv $(distdir)/* ../distdir/vxloader
+       @rm -rf ../distdir/$(MYNAME)
+       @mkdir -p ../distdir/$(MYNAME)
+       @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
        @rm -rf $(distdir)



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to