More build changes

svn: r6157
This commit is contained in:
Alex Roitman 2006-03-17 00:45:46 +00:00
parent b15b66060c
commit 1586fc28e2
3 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = po src doc example
SUBDIRS = m4 po src doc example
EXTRA_DIST = config.rpath autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ COPYING intltool-extract.in intltool-merge.in intltool-update.in

View File

@ -226,6 +226,7 @@ AC_SUBST(GNOMEHELP)
AC_SUBST(GPREFIX)
AC_CONFIG_FILES([
m4/Makefile
po/Makefile.in
Makefile
src/Makefile

8
m4/Makefile.am Normal file
View File

@ -0,0 +1,8 @@
EXTRA_DIST = \
codeset.m4 \
gettext.m4 \
glibc21.m4 \
iconv.m4 \
isc-posix.m4 \
lcmessage.m4 \
progtest.m4