forked from Imagelibrary/rtems
12 lines
166 B
Makefile
12 lines
166 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/automake/compile.am
|
|
|
|
noinst_LIBRARIES = libi2c.a
|
|
|
|
libi2c_a_SOURCES = libi2c.c libi2c.h
|
|
|
|
include $(top_srcdir)/automake/local.am
|