Makefile.am 213 Bytes
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects

AM_CFLAGS += -I../../include/

noinst_LTLIBRARIES = libclass.la

libclass_la_SOURCES = interface.c interface/i_class.c
libclass_la_CFLAGS  = $(AM_CFLAGS)