remove swig stuff (it's now in a separate dir)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@756 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 29 years ago
parent 73dd055854
commit 8a7b689bff

@ -57,10 +57,6 @@ $(TARGET): $(OBJS)
@echo "+++"
$(CC) -c $(CFLAGS) $(INCLPATH) $<
swig:
swig -I. -guile swig.i
depend:
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)

@ -57,10 +57,6 @@ $(TARGET): $(OBJS)
@echo "+++"
$(CC) -c $(CFLAGS) $(INCLPATH) $<
swig:
swig -I. -guile swig.i
depend:
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)

@ -1,17 +0,0 @@
#
# FILE:
# swig.i
#
# FUNCTION:
# SWIG project file
#
# HISTORY:
# Rob Browning March 1988
#
%module xaccSwig
%include Account.h
%include Group.h
%include FileIO.h
%include LedgerUtils.h
%include Transaction.h
Loading…
Cancel
Save