forked from Imagelibrary/rtems
* autotools/Makefile.am, autotools/autoconf-rtems.spec, autotools/automake-rtems.spec: New. * configure.in, Makefile.am: Add autotools/.
11 lines
154 B
Makefile
11 lines
154 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
RPM_SPECS_DATA = \
|
|
autoconf-rtems.spec automake-rtems.spec
|
|
|
|
include $(top_srcdir)/../automake/local.am
|