forked from Imagelibrary/rtems
* include/Makefile.am: Remove. * Makefile.am: Merge-in include/Makefile.am. * configure.ac: Reflect changes above.
15 lines
226 B
Makefile
15 lines
226 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
noinst_HEADERS = include/timesys.h
|
|
|
|
SUBDIRS = tmitronsem01
|
|
|
|
EXTRA_DIST = tmitrontests.am
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|