summaryrefslogtreecommitdiff
path: root/gr-atsc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-04-01 11:48:23 -0400
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-01 16:25:00 -0700
commit5672d2a4082a40a12f96362d59b16b47b9d3ce09 (patch)
tree4b7ed0effa8479d941ed075e7555bc987adfb1b7 /gr-atsc
parent592d4d1f14f4a3920b181e5c2b0457ba9cff95bb (diff)
docs: updated CMakeLists files to point to include dirs for docstrings.
Diffstat (limited to 'gr-atsc')
-rw-r--r--gr-atsc/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/swig/CMakeLists.txt b/gr-atsc/swig/CMakeLists.txt
index 08339ec10e..c3db530004 100644
--- a/gr-atsc/swig/CMakeLists.txt
+++ b/gr-atsc/swig/CMakeLists.txt
@@ -34,7 +34,7 @@ set(GR_SWIG_INCLUDE_DIRS
)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/atsc_swig_doc.i)
-set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../lib)
+set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/atsc)
set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc)
set(GR_SWIG_LIBRARIES gnuradio-atsc gnuradio-fft)