You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
164 B
6 lines
164 B
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
noinst_LIBRARIES = libclass.a
|
|
|
|
libclass_a_SOURCES = interface.c interface/i_class.c
|
|
libclass_a_CFLAGS = $(CFLAGS) -Wall -I ../../include/
|