Implementation of Advanced Mobile Phone Service (AMPS)
This commit is contained in:
25
src/amps/Makefile.am
Normal file
25
src/amps/Makefile.am
Normal file
@@ -0,0 +1,25 @@
|
||||
AM_CPPFLAGS = -Wall -g $(all_includes)
|
||||
|
||||
bin_PROGRAMS = \
|
||||
amps
|
||||
|
||||
amps_SOURCES = \
|
||||
amps.c \
|
||||
transaction.c \
|
||||
frame.c \
|
||||
dsp.c \
|
||||
sysinfo.c \
|
||||
image.c \
|
||||
tones.c \
|
||||
noanswer.c \
|
||||
outoforder.c \
|
||||
invalidnumber.c \
|
||||
congestion.c \
|
||||
stations.c \
|
||||
main.c
|
||||
amps_LDADD = \
|
||||
$(COMMON_LA) \
|
||||
$(top_builddir)/src/common/libcommon.a \
|
||||
$(ALSA_LIBS) \
|
||||
-lm
|
||||
|
Reference in New Issue
Block a user