aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/inap')
-rw-r--r--asn1/inap/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/inap/CMakeLists.txt b/asn1/inap/CMakeLists.txt
index 9079ffb7f0..88748939db 100644
--- a/asn1/inap/CMakeLists.txt
+++ b/asn1/inap/CMakeLists.txt
@@ -78,8 +78,8 @@ set( SRC_FILES
set( A2W_FLAGS -b )
set( EXTRA_CNF
- dap-exp.cnf
- dsp-exp.cnf
+ "${CMAKE_CURRENT_BINARY_DIR}/../dap/dap-exp.cnf"
+ "${CMAKE_CURRENT_BINARY_DIR}/../dsp/dsp-exp.cnf"
)
ASN2WRS()