Changeset 7506

Show
Ignore:
Timestamp:
01/24/08 13:20:40
Author:
michaelld
Message:

Corrected --with INCLUDES for pmt and mblock.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/branches/developers/michaelld/t186/config/grc_mblock.m4

    r7497 r7506  
    2929                   AC_MSG_RESULT([Component mblock: PKGCONFIG cannot find info])) 
    3030            if test x$passed = xwith; then 
    31                 mblock_INCLUDES=$MBLOCK_CFLAGS 
     31                mblock_INCLUDES=`$PKG_CONFIG --cflags-only-I mblock` 
    3232                mblock_LA=$MBLOCK_LIBS 
    3333            fi 
  • gnuradio/branches/developers/michaelld/t186/config/grc_pmt.m4

    r7502 r7506  
    2929                   AC_MSG_RESULT([Component pmt: PKGCONFIG cannot find info])) 
    3030            if test x$passed = xwith; then 
    31                 pmt_INCLUDES=$PMT_CFLAGS 
     31                pmt_INCLUDES=`$PKG_CONFIG --cflags-only-I pmt` 
    3232                pmt_LA=$PMT_LIBS 
    3333            fi