9 lines
136 B
Makefile
9 lines
136 B
Makefile
lib_LIBRARIES = libast.a
|
|
|
|
libast_a_SOURCES = \
|
|
ast.c \
|
|
ast.h
|
|
|
|
libast_a_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
noinst_LIBRARIES = libast.a
|