Implementation of NMT (Nordic Mobile Telephoe) network
This commit is contained in:
19
src/nmt/Makefile.am
Normal file
19
src/nmt/Makefile.am
Normal file
@@ -0,0 +1,19 @@
|
||||
AM_CPPFLAGS = -Wall -g $(all_includes)
|
||||
|
||||
bin_PROGRAMS = \
|
||||
nmt
|
||||
|
||||
nmt_SOURCES = \
|
||||
nmt.c \
|
||||
dsp.c \
|
||||
frame.c \
|
||||
image.c \
|
||||
tones.c \
|
||||
announcement.c \
|
||||
main.c
|
||||
nmt_LDADD = \
|
||||
$(COMMON_LA) \
|
||||
$(ALSA_LIBS) \
|
||||
$(top_builddir)/src/common/libcommon.a \
|
||||
-lm
|
||||
|
Reference in New Issue
Block a user