Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Further name changes
  • Loading branch information
ptrkrysik committed May 24, 2016
1 parent 18f6590 commit a69df89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/multi_rtl/api.h
Expand Up @@ -24,7 +24,7 @@

#include <gnuradio/attributes.h>

#ifdef gnuradio_multi_rtl_EXPORTS
#ifdef multi_rtl_EXPORTS
# define MULTI_RTL_API __GR_ATTR_EXPORT
#else
# define MULTI_RTL_API __GR_ATTR_IMPORT
Expand Down
2 changes: 1 addition & 1 deletion swig/CMakeLists.txt
Expand Up @@ -43,7 +43,7 @@ foreach(incdir ${GNURADIO_RUNTIME_INCLUDE_DIRS})
list(APPEND GR_SWIG_INCLUDE_DIRS ${incdir}/gnuradio/swig)
endforeach(incdir)

set(GR_SWIG_LIBRARIES gnuradio-multi_rtl)
set(GR_SWIG_LIBRARIES multi_rtl)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/multi_rtl_swig_doc.i)
set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include)

Expand Down

0 comments on commit a69df89

Please sign in to comment.