Changeset 4278

Show
Ignore:
Timestamp:
07/10/07 14:29:49 (6 years ago)
Author:
jgaeddert
Message:

moving default_GPP_USRP_sound_node installation to conform to 0.7.0 release, addressing ticket #267

Location:
nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node
Files:
1 added
2 modified
4 moved

Legend:

Unmodified
Added
Removed
  • nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node

    • Property svn:ignore set to
      configure
      Makefile.in
      config.log
      config.status
      config.guess
      config.sub
      autom4te.cache
      missing
      Makefile
      aclocal.m4
      install-sh
      *.swp
      *.swo
  • nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/Makefile.am

    r4213 r4278  
    1 AM_CXXFLAGS = -Wall  
    21 
    32ossieName = default_GPP_USRP_sound_node 
    43 
    5 waveformdir = $(prefix)/dev/$(ossieName) 
    6 dist_waveform_DATA = DeviceManager.dcd.xml DeviceManager.spd.xml DeviceManager.scd.xml DeviceManager.prf.xml  
     4nodedir = $(prefix)/dev/nodes 
     5dist_node_DATA =                                                \ 
     6    default_GPP_USRP_sound_node.dcd.xml                 \ 
     7    default_GPP_USRP_sound_node.spd.xml                 \ 
     8    default_GPP_USRP_sound_node.scd.xml                 \ 
     9    default_GPP_USRP_sound_node.prf.xml  
    710