oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBS

Change-Id: I6d316ffaff0ad7881b694f4d6427434bb9a0684c
This commit is contained in:
Pau Espin 2022-09-12 17:33:57 +02:00
parent d48d4beb56
commit 0908c7da22
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ COMMON_LDADD = \
$(LIBOSMOCTRL_LIBS) \
$(LIBOSMOABIS_LIBS) \
$(LIBOSMOTRAU_LIBS) \
$(LIBOSMONETIF_CFLAGS) \
$(LIBOSMONETIF_LIBS) \
$(ORTP_LIBS) \
$(NULL)