aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-07 20:21:06 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-08 14:53:13 +0100
commit8fbbd656c76eecff1a99432f6f54272c3884bc84 (patch)
tree4cee0973f8782cbd4247823d4bcf53c89398929d /configure.ac
parentb35cba613ab2295ec99c897c9a80660ac2738491 (diff)
Build Transceiver52M/common as an .la lib
Stop picking files from that directory on different places as it causes dependency issues during make distclean/maintainer-clean. Fixes: OS#3029 Change-Id: I81bb4251d18fce978d27849b621b20f541caab0b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 916cf18..bade799 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,6 +182,7 @@ AC_CONFIG_FILES([\
CommonLibs/Makefile \
GSM/Makefile \
Transceiver52M/Makefile \
+ Transceiver52M/common/Makefile \
Transceiver52M/arm/Makefile \
Transceiver52M/x86/Makefile \
tests/Makefile \