mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
git-subtree-dir: libosmocore git-subtree-mainline:e164d29e7fgit-subtree-split:045cc22bae
7 lines
170 B
Makefile
7 lines
170 B
Makefile
INCLUDES = $(all_includes) -I$(top_srcdir)/include
|
|
noinst_PROGRAMS = timer_test
|
|
|
|
timer_test_SOURCES = timer_test.c
|
|
timer_test_LDADD = $(top_builddir)/src/libosmocore.la
|
|
|