mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Remove additional generated files.
Prepare for glade generation. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2848 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -3,9 +3,13 @@ Makefile.in
|
||||
aclocal.m4
|
||||
configure
|
||||
config.cache
|
||||
config.guess
|
||||
config.sub
|
||||
config.log
|
||||
config.status
|
||||
config.h
|
||||
ltconfig
|
||||
ltmain.sh
|
||||
*.tar.gz
|
||||
*.log
|
||||
*.patch
|
||||
|
||||
Vendored
-1121
File diff suppressed because it is too large
Load Diff
Vendored
-1232
File diff suppressed because it is too large
Load Diff
+22
-1
@@ -142,11 +142,32 @@ AC_ARG_WITH( help-prefix,
|
||||
AC_SUBST(GNC_HELPDIR)
|
||||
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### Check for glade
|
||||
|
||||
# Check for glade
|
||||
AC_ARG_WITH(glade,
|
||||
[ --with-glade=FILE which glade executable to use ],
|
||||
GLADE="${with_glade}")
|
||||
|
||||
# If the user didn't specify a glade, then go fetch.
|
||||
if test x"$GLADE" = x;
|
||||
then
|
||||
AC_PATH_PROG(GLADE, glade)
|
||||
fi
|
||||
|
||||
# Make sure glade was found
|
||||
#if test x"$GLADE" = x; then
|
||||
# AC_MSG_ERROR([Cannot find Glade.])
|
||||
#fi
|
||||
|
||||
AC_SUBST(GLADE)
|
||||
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### Check for perl
|
||||
|
||||
# Check for perl, force version 5
|
||||
# AC_CHECK_PROGS(PERL,perl5 perl) # Sets @PERL@
|
||||
AC_ARG_WITH(perl,
|
||||
[ --with-perl=FILE which perl executable to use ],
|
||||
PERL="${with_perl}")
|
||||
|
||||
@@ -4,4 +4,8 @@ Makefile.in
|
||||
*.diff
|
||||
backup.glade
|
||||
glade-cb-gnc-dialogs.c
|
||||
#glade-gnc-dialogs.c
|
||||
glade-support-gnc-dialogs.c
|
||||
#glade-cb-gnc-dialogs.h
|
||||
#glade-gnc-dialogs.h
|
||||
#glade-support-gnc-dialogs.h
|
||||
|
||||
@@ -74,6 +74,15 @@ noinst_HEADERS = \
|
||||
window-register.h \
|
||||
window-report.h
|
||||
|
||||
GLADE_FILES = \
|
||||
glade-gnc-dialogs.c \
|
||||
glade-cb-gnc-dialogs.h \
|
||||
glade-gnc-dialogs.h \
|
||||
glade-support-gnc-dialogs.h
|
||||
|
||||
#${GLADE_FILES}: gnc-dialogs.glade
|
||||
# ${GLADE} --write-source ${srcdir}/gnc-dialogs.glade
|
||||
|
||||
EXTRA_DIST = \
|
||||
.cvsignore \
|
||||
gnc-dialogs.glade \
|
||||
@@ -91,4 +100,3 @@ INCLUDES = \
|
||||
-I${top_srcdir}/src/register/gnome \
|
||||
${GNOME_INCLUDEDIR} \
|
||||
${GUILE_INCS}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user