8 lines
109 B
Makefile
8 lines
109 B
Makefile
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
|
|
|
noinst_LIBRARIES = libg711.a
|
|
|
|
libg711_a_SOURCES = \
|
|
g711.c
|
|
|