[build] Fix dist for the newly introduced m4 macro directory
This commit is contained in:
parent
9787660351
commit
3794324e8b
2 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
SUBDIRS = clutter tests po
|
SUBDIRS = build clutter tests po
|
||||||
|
|
||||||
if BUILD_GTK_DOC
|
if BUILD_GTK_DOC
|
||||||
SUBDIRS += doc
|
SUBDIRS += doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DIST_SUBDIRS = clutter tests doc po
|
DIST_SUBDIRS = build clutter tests doc po
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I build/autotools
|
ACLOCAL_AMFLAGS = -I build/autotools
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ EXTRA_DIST= gtk-doc.m4 \
|
||||||
ltsugar.m4 \
|
ltsugar.m4 \
|
||||||
ltversion.m4 \
|
ltversion.m4 \
|
||||||
lt~obsolete.m4 \
|
lt~obsolete.m4 \
|
||||||
|
shave.m4 \
|
||||||
shave.in \
|
shave.in \
|
||||||
shave-libtool.in \
|
shave-libtool.in \
|
||||||
$(null)
|
$(null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue