mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3692 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -11,47 +11,47 @@ lib_LTLIBRARIES = libgncengine.la
|
||||
|
||||
# Build hell from main.c and libhello.la
|
||||
libgncengine_la_SOURCES = \
|
||||
Account-xml-parser-v1.c \
|
||||
Account.c \
|
||||
Backend.c \
|
||||
Commodity-xml-parser-v1.c \
|
||||
DateUtils.c \
|
||||
GNCId.c \
|
||||
Group.c \
|
||||
Ledger-xml-parser-v1.c \
|
||||
NetIO.c \
|
||||
Query-xml-parser-v1.c \
|
||||
Query.c \
|
||||
Scrub.c \
|
||||
Transaction.c \
|
||||
TransLog.c \
|
||||
Transaction-xml-parser-v1.c \
|
||||
Transaction.c \
|
||||
date.c \
|
||||
GNCId.c \
|
||||
gnc-account-xml-v2.c \
|
||||
gnc-associate-account.c \
|
||||
gnc-book.c \
|
||||
gnc-commodity-xml-v2.c \
|
||||
gnc-commodity.c \
|
||||
gnc-engine-util.c \
|
||||
gnc-engine.c \
|
||||
gnc-event.c \
|
||||
gnc-numeric.c \
|
||||
gnc-pricedb-xml-v1.c \
|
||||
gnc-pricedb.c \
|
||||
guid.c \
|
||||
io-gncbin-r.c \
|
||||
io-gncxml-r.c \
|
||||
io-gncxml-w.c \
|
||||
md5.c \
|
||||
kvp_frame.c \
|
||||
gnc-associate-account.c \
|
||||
gnc-book.c \
|
||||
gnc-commodity.c \
|
||||
gnc-engine.c \
|
||||
gnc-engine-util.c \
|
||||
gnc-event.c \
|
||||
gnc-numeric.c \
|
||||
gnc-pricedb.c \
|
||||
gnc-pricedb-xml-v1.c \
|
||||
md5.c \
|
||||
sixtp-dom-generators.c \
|
||||
sixtp-dom-parsers.c \
|
||||
sixtp-kvp-parser.c \
|
||||
sixtp-stack.c \
|
||||
sixtp-to-dom-parser.c \
|
||||
sixtp-utils.c \
|
||||
sixtp-xml-write-utils.c \
|
||||
sixtp-to-dom-parser.c \
|
||||
sixtp.c \
|
||||
Account-xml-parser-v1.c \
|
||||
Commodity-xml-parser-v1.c \
|
||||
Ledger-xml-parser-v1.c \
|
||||
Query-xml-parser-v1.c \
|
||||
Transaction-xml-parser-v1.c
|
||||
sixtp.c
|
||||
|
||||
libgncengine_la_LDFLAGS = -version-info 2:3:1
|
||||
|
||||
@@ -72,29 +72,32 @@ noinst_HEADERS = \
|
||||
Transaction.h \
|
||||
TransactionP.h \
|
||||
date.h \
|
||||
gnc-associate-account.h \
|
||||
gnc-book.h \
|
||||
gnc-book-p.h \
|
||||
gnc-commodity.h \
|
||||
gnc-common.h \
|
||||
gnc-engine-util.h \
|
||||
gnc-engine.h \
|
||||
gnc-event-p.h \
|
||||
gnc-event.h \
|
||||
gnc-numeric.h \
|
||||
gnc-pricedb.h \
|
||||
gnc-pricedb-p.h \
|
||||
gnc-xml-helper.h \
|
||||
gnc-xml.h \
|
||||
guid.h \
|
||||
io-gncbin.h \
|
||||
io-gncxml.h \
|
||||
md5.h \
|
||||
io-gncxml-p.h \
|
||||
kvp_frame.h \
|
||||
gnc-associate-account.h \
|
||||
gnc-book.h \
|
||||
gnc-commodity.h \
|
||||
gnc-engine.h \
|
||||
gnc-engine-util.h \
|
||||
gnc-event.h \
|
||||
gnc-event-p.h \
|
||||
gnc-numeric.h \
|
||||
gnc-pricedb.h \
|
||||
gnc-xml-helper.h \
|
||||
gnc-xml.h \
|
||||
md5.h \
|
||||
sixtp-dom-generators.h \
|
||||
sixtp-dom-parsers.h \
|
||||
sixtp-parsers.h \
|
||||
sixtp-writers.h \
|
||||
sixtp-stack.h \
|
||||
sixtp-utils.h \
|
||||
sixtp-writers.h \
|
||||
sixtp-xml-write-utils.h \
|
||||
sixtp.h
|
||||
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
/********************************************************************\
|
||||
* guid_private.h -- globally unique ID User API (private bits) *
|
||||
* Copyright (C) 2000 Dave Peticolas <peticola@cs.ucdavis.edu> *
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License as *
|
||||
* published by the Free Software Foundation; either version 2 of *
|
||||
* the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License*
|
||||
* along with this program; if not, contact: *
|
||||
* *
|
||||
* Free Software Foundation Voice: +1-617-542-5942 *
|
||||
* 59 Temple Place - Suite 330 Fax: +1-617-542-2652 *
|
||||
* Boston, MA 02111-1307, USA gnu@gnu.org *
|
||||
* *
|
||||
\********************************************************************/
|
||||
|
||||
#ifndef __GUID_PRIVATE__
|
||||
#define __GUID_PRIVATE__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
/* This file defines an API for using globally unique identifiers. */
|
||||
|
||||
/* The type used to store guids */
|
||||
typedef union _GUID
|
||||
{
|
||||
unsigned char data[16];
|
||||
|
||||
int __align_me; /* this just ensures that GUIDs are 32-bit
|
||||
* aligned on systems that need them to be. */
|
||||
} GUID;
|
||||
|
||||
Reference in New Issue
Block a user