aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-09 17:37:59 +0700
committerlaforge <laforge@osmocom.org>2023-03-14 20:11:45 +0000
commit974aed9c04547952c1308527911ae6689e2358ee (patch)
tree639bb9ac06479a69714c0d50311119be267b6bea
parentcf535dbcbd438c8fb9bd9d64412532c71ae2c609 (diff)
tests/auc/Makefile.am: put object files to LDADD
-rw-r--r--tests/auc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am
index 5ae133b..b196dbc 100644
--- a/tests/auc/Makefile.am
+++ b/tests/auc/Makefile.am
@@ -30,8 +30,8 @@ auc_test_SOURCES = \
$(NULL)
auc_test_LDADD = \
- $(top_srcdir)/src/auc.c \
- $(top_srcdir)/src/logging.c \
+ $(top_builddir)/src/auc.o \
+ $(top_builddir)/src/logging.o \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(NULL)
@@ -41,8 +41,8 @@ auc_ts_55_205_test_sets_SOURCES = \
$(NULL)
auc_ts_55_205_test_sets_LDADD = \
- $(top_srcdir)/src/auc.c \
- $(top_srcdir)/src/logging.c \
+ $(top_builddir)/src/auc.o \
+ $(top_builddir)/src/logging.o \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(NULL)