mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
746bba5aa0
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15513 57a11ea4-9604-0410-9ed3-97b8803252fd
14 lines
541 B
Diff
14 lines
541 B
Diff
--- lib/Makefile.am~ Thu Dec 15 13:13:16 2005
|
|
+++ lib/Makefile.am Tue Feb 6 10:57:58 2007
|
|
@@ -76,7 +76,9 @@
|
|
splibpch.h token.h app_inst.cxx arc_inst.cxx entmgr_inst.cxx \
|
|
parser_inst.cxx xentmgr_inst.cxx SubstTable.cxx \
|
|
UTF16CodingSystem.cxx Fixed4CodingSystem.cxx \
|
|
- memcmp.c memmove.c strerror.c
|
|
+ memcmp.c memmove.c strerror.c WinInetStorage.cxx \
|
|
+ WinInetStorageMessages.h WinInetStorageMessages.msg \
|
|
+ WinInetStorageMessages.rc WinApp.cxx Win32CodingSystem.cxx
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/generic
|
|
|