Update of /cvsroot/alsa/alsa-firmware/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv16963/vxloader

Modified Files:
        Makefile.am 
Log Message:
Ok, things are working now...


Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-firmware/vxloader/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 25 Nov 2003 14:07:00 -0000      1.1
+++ Makefile.am 25 Nov 2003 15:36:01 -0000      1.2
@@ -1,3 +1,5 @@
+MYNAME = vxloader
+
 cfg_files = vx222.conf vxboard.conf vxpocket.conf vxp440.conf \
        bd56002.boot \
        bd563s3.boot \
@@ -15,5 +17,11 @@
 
 EXTRA_DIST = $(cfg_files)
 
-firmwaredir = $(datadir)/alsa/firmware/vxloader
+firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
 firmware_DATA = $(cfg_files)
+
+alsa-dist: distdir
+       @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