Changeset 5271

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

fixing configure scripts to properly install xml files, miscellaneous other changes

Location:
experimental/components/SubchannelSelector/trunk/SubchannelSelector
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/SubchannelSelector/trunk/SubchannelSelector/Makefile.am

    r5267 r5271  
    1212xmldir = $(prefix)/xml/$(ossieName) 
    1313dist_xml_DATA =                     \ 
    14     SubchannelSelector.prf.xml      \ 
    15     SubchannelSelector.scd.xml      \ 
    16     SubchannelSelector.spd.xml  
     14    xml/SubchannelSelector.prf.xml  \ 
     15    xml/SubchannelSelector.scd.xml  \ 
     16    xml/SubchannelSelector.spd.xml  
    1717 
    1818# ---------- documentation --------- 
  • experimental/components/SubchannelSelector/trunk/SubchannelSelector/configure.ac

    r5267 r5271  
    1 AC_INIT(SubchannelSelector, 0.6.0) 
     1AC_INIT(SubchannelSelector, 0.6.2) 
    22AM_INIT_AUTOMAKE 
    33 
    4 AC_PREFIX_DEFAULT("/sdr/") 
     4AC_PREFIX_DEFAULT("/sdr") 
    55 
    66AC_PROG_CXX 
     
    1818AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])]) 
    1919AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 
     20 
     21AC_CHECK_LIB([sigproc], [main], [], [AC_MSG_ERROR([cannot find sigproc library])]) 
     22AC_CHECK_HEADERS([sigproc/SigProc.h], [], [AC_MSG_ERROR([cannot find sigproc library header files])]) 
    2023 
    2124AC_CHECK_LIB([standardInterfaces], [main], [], [AC_MSG_ERROR([cannot find standardInterfaces])]) 
  • experimental/components/SubchannelSelector/trunk/SubchannelSelector/src/SubchannelSelector.h

    r5270 r5271  
    3030#include "ossie/Resource_impl.h" 
    3131#include "ossie/debug.h" 
     32#include "sigproc/SigProc.h" 
    3233 
    33  
    34 #include "standardinterfaces/complexShort.h" 
    3534#include "standardinterfaces/complexShort_u.h" 
    3635#include "standardinterfaces/complexShort_p.h" 
  • experimental/components/SubchannelSelector/trunk/SubchannelSelector/src/main.cpp

    r5270 r5271  
    11/**************************************************************************** 
    22 
    3 Copyright 2006 Virginia Polytechnic Institute and State University 
     3Copyright 2007 Virginia Polytechnic Institute and State University 
    44 
    55This file is part of the OSSIE SubchannelSelector.