mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
modularize te netwrk backend, just like everything else.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5432 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
22203d9bad
commit
7ad8ec3541
@ -1,5 +1,5 @@
|
|||||||
SUBDIRS=file ${SQL_DIR} ${RPC_DIR}
|
SUBDIRS=file ${SQL_DIR} ${RPC_DIR}
|
||||||
|
|
||||||
DIST_SUBDIRS=file postgres rpc
|
DIST_SUBDIRS=file net postgres rpc
|
||||||
|
|
||||||
noinst_HEADERS = gnc-backend-api.h
|
noinst_HEADERS = gnc-backend-api.h
|
||||||
|
20
src/backend/net/Makefile.am
Normal file
20
src/backend/net/Makefile.am
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
SUBDIRS = .
|
||||||
|
|
||||||
|
pkglib_LTLIBRARIES = libgncmod-backend-net.la
|
||||||
|
|
||||||
|
INCLUDES = \
|
||||||
|
-I.. -I../.. \
|
||||||
|
-I../../engine \
|
||||||
|
-I../../gnc-module \
|
||||||
|
${GLIB_CFLAGS}
|
||||||
|
|
||||||
|
libgncmod_backend_net_la_SOURCES = \
|
||||||
|
NetIO.c
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
NetIO.h
|
||||||
|
|
||||||
|
libgncmod_backend_net_la_LDFLAGS = -module
|
||||||
|
libgncmod_backend_net_la_LIBADD = \
|
||||||
|
${GLIB_LIBS} \
|
||||||
|
-L../../engine -L../../engine/.libs -lgncmod-engine
|
@ -34,8 +34,6 @@ libgncmod_engine_la_SOURCES = \
|
|||||||
md5.c \
|
md5.c \
|
||||||
messages.c
|
messages.c
|
||||||
|
|
||||||
# NetIO.c
|
|
||||||
|
|
||||||
gncincludedir = ${GNC_INCLUDE_DIR}
|
gncincludedir = ${GNC_INCLUDE_DIR}
|
||||||
gncinclude_HEADERS = \
|
gncinclude_HEADERS = \
|
||||||
Account.h \
|
Account.h \
|
||||||
@ -65,8 +63,6 @@ gncinclude_HEADERS = \
|
|||||||
kvp_frame.h \
|
kvp_frame.h \
|
||||||
messages.h
|
messages.h
|
||||||
|
|
||||||
# NetIO.h
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
AccountP.h \
|
AccountP.h \
|
||||||
BackendP.h \
|
BackendP.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user