More build changes
svn: r6157
This commit is contained in:
parent
c5b8bf3a31
commit
b03a1a1f05
@ -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
|
EXTRA_DIST = config.rpath autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ COPYING intltool-extract.in intltool-merge.in intltool-update.in
|
||||||
|
|
||||||
|
@ -226,6 +226,7 @@ AC_SUBST(GNOMEHELP)
|
|||||||
AC_SUBST(GPREFIX)
|
AC_SUBST(GPREFIX)
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
m4/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
8
gramps2/m4/Makefile.am
Normal file
8
gramps2/m4/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
EXTRA_DIST = \
|
||||||
|
codeset.m4 \
|
||||||
|
gettext.m4 \
|
||||||
|
glibc21.m4 \
|
||||||
|
iconv.m4 \
|
||||||
|
isc-posix.m4 \
|
||||||
|
lcmessage.m4 \
|
||||||
|
progtest.m4
|
Loading…
Reference in New Issue
Block a user