From d9cc39ec918c3b48d2880ca8283f15287bd9fd1b Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 19 Jan 1999 20:04:43 +0000 Subject: [PATCH] new gtksheet code from rob browning git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1633 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/Makefile.in | 4 ++++ lib/README | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lib/Makefile.in b/lib/Makefile.in index bec8f8683f..9f207438ee 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -32,9 +32,12 @@ include @top_srcdir@/Makefile.init # install -- ??todo?? # +GTKSHEET_DIR := @GTKSHEET_DIR@ + ###################################################################### # See Makefile.common for information about these variables. CLEAN_SUBDIRS := XmHTML-1.1.0 ComboBox-1.33 Xbae-4.6.2-linas +CLEAN_SUBDIRS += ${GTKSHEET_DIR} ###################################################################### all: @@ -54,6 +57,7 @@ motif: @cd Xbae-4.6.2-linas; $(MAKE) default gnome: + @cd ${GTKSHEET_DIR}; $(MAKE) default qt: diff --git a/lib/README b/lib/README index 54a56170b7..22cb204fa3 100644 --- a/lib/README +++ b/lib/README @@ -36,3 +36,5 @@ urlget: http://www.fts.frontec.se/~dast/curl/ Its now called "curl", not "urlget". +gtksheet: + -- This is the basis for the GNOME version's register. \ No newline at end of file