mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 07:24:34 +00:00
61ae9b831a
* Makefile.am: Add abigail.m4 to the distribution. * Makefile.in: Re-generate.
11 lines
218 B
Makefile
11 lines
218 B
Makefile
SUBDIRS = src tests doc
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
headers = config.h
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = $(srcdir)/abigail.m4
|
|
|
|
EXTRA_DIST = \
|
|
README INSTALL COPYING \
|
|
$(headers) $(m4data_DATA)
|