Skip to content

Commit

Permalink
Drop internal copies of libgsf and goffice.
Browse files Browse the repository at this point in the history
Targeted distributions should have goffice packages by now.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15701 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
andi5 committed Mar 9, 2007
1 parent 10e4b91 commit 5400c53
Show file tree
Hide file tree
Showing 773 changed files with 15 additions and 473,694 deletions.
14 changes: 2 additions & 12 deletions Makefile.am
Expand Up @@ -6,7 +6,7 @@ docdir = ${GNC_DOC_INSTALL_DIR}
GNC_CTAGS_FILE = @GNC_CTAGS_FILE@
GNC_ETAGS_FILE = @GNC_ETAGS_FILE@

noinst_DATA = make-gnucash-patch make-gnucash-potfiles lib/.links
noinst_DATA = make-gnucash-patch make-gnucash-potfiles

dist_doc_DATA = \
AUTHORS \
Expand Down Expand Up @@ -94,21 +94,11 @@ make-gnucash-potfiles: make-gnucash-potfiles.in Makefile
chmod +x $@.tmp
mv $@.tmp $@

lib/.links:
rm -f goffice gsf
if !HAVE_GOFFICE
$(LN_S) -f . goffice
endif
if !HAVE_LIBGSF
$(LN_S) -f $(srcdir)/lib/libgsf-1.12.3/gsf gsf
endif
touch lib/.links

DISTCLEANFILES = \
intltool-extract intltool-update intltool-merge\
cscope.files cscope.out etags.files make-gnucash-patch \
make-gnucash-potfiles po/.intltool-merge-cache \
goffice gsf lib/.links po/POTFILES.in
po/POTFILES.in

cscope.files:
find src lib -name '*.[ch]' > cscope.files
Expand Down

0 comments on commit 5400c53

Please sign in to comment.