Changeset 6597
- Timestamp:
- 02/28/08 20:33:11 (5 years ago)
- Location:
- nodes/default_GPP_sound_node/branches/default_GPP_sound_node-0.6.x
- Files:
-
- 2 modified
- 4 moved
-
DeviceManager.dcd.xml (moved) (moved from nodes/default_GPP_sound_node/branches/default_GPP_sound_node-0.6.x/default_GPP_sound_node.dcd.xml)
-
DeviceManager.prf.xml (moved) (moved from nodes/default_GPP_sound_node/branches/default_GPP_sound_node-0.6.x/default_GPP_sound_node.prf.xml)
-
DeviceManager.scd.xml (moved) (moved from nodes/default_GPP_sound_node/branches/default_GPP_sound_node-0.6.x/default_GPP_sound_node.scd.xml)
-
DeviceManager.spd.xml (moved) (moved from nodes/default_GPP_sound_node/branches/default_GPP_sound_node-0.6.x/default_GPP_sound_node.spd.xml)
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nodes/default_GPP_sound_node/branches/default_GPP_sound_node-0.6.x/Makefile.am
r6195 r6597 2 2 ossieName = default_GPP_sound_node 3 3 4 waveformdir = $(prefix)/ dev/nodes5 dist_waveform_DATA = $(ossieName).dcd.xml $(ossieName).spd.xml $(ossieName).scd.xml $(ossieName).prf.xml4 waveformdir = $(prefix)/nodes/$(ossieName) 5 dist_waveform_DATA = DeviceManager.dcd.xml DeviceManager.spd.xml DeviceManager.scd.xml DeviceManager.prf.xml 6 6 -
nodes/default_GPP_sound_node/branches/default_GPP_sound_node-0.6.x/configure.ac
r6194 r6597 1 AC_INIT(default_GPP_sound_node, 0. 7.0)1 AC_INIT(default_GPP_sound_node, 0.6.2) 2 2 3 3 AM_INIT_AUTOMAKE