mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
[nat] Add missing Makefile.am..
This commit is contained in:
8
openbsc/tests/bsc-nat/Makefile.am
Normal file
8
openbsc/tests/bsc-nat/Makefile.am
Normal file
@@ -0,0 +1,8 @@
|
||||
INCLUDES = $(all_includes) -I$(top_srcdir)/include
|
||||
AM_CFLAGS=-Wall -ggdb3
|
||||
|
||||
noinst_PROGRAMS = bsc_nat_test
|
||||
|
||||
bsc_nat_test_SOURCES = bsc_nat_test.c $(top_srcdir)/src/nat/bsc_filter.c
|
||||
bsc_nat_test_LDADD = $(top_builddir)/src/libbsc.a $(top_builddir)/src/libsccp.a
|
||||
|
||||
Reference in New Issue
Block a user