summaryrefslogtreecommitdiff
path: root/gr-audio/lib
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn2012-06-16 17:34:19 -0400
committerTom Rondeau2012-06-16 17:34:19 -0400
commit9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0 (patch)
treeb9e6dd3cdd1df12cd374a48de894e3b7423d0fa9 /gr-audio/lib
parent97e91b821a7c515dcf7627c878031e0e8dfab38b (diff)
downloadgnuradio-9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0.tar.gz
gnuradio-9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0.tar.bz2
gnuradio-9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0.zip
cmake: add support for SYSCONFDIR
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
Diffstat (limited to 'gr-audio/lib')
-rw-r--r--gr-audio/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-audio/lib/CMakeLists.txt b/gr-audio/lib/CMakeLists.txt
index 7e0252a8b..c1781af79 100644
--- a/gr-audio/lib/CMakeLists.txt
+++ b/gr-audio/lib/CMakeLists.txt
@@ -150,4 +150,4 @@ add_library(gnuradio-audio SHARED ${gr_audio_sources})
target_link_libraries(gnuradio-audio ${gr_audio_libs})
GR_LIBRARY_FOO(gnuradio-audio RUNTIME_COMPONENT "audio_runtime" DEVEL_COMPONENT "audio_devel")
-install(FILES ${gr_audio_confs} DESTINATION ${GR_PKG_CONF_DIR} COMPONENT "audio_runtime")
+install(FILES ${gr_audio_confs} DESTINATION ${GR_PREFSDIR} COMPONENT "audio_runtime")