Needs to get IPC headers from within source package -- won't compile on

fresh install


SVN revision: 8037
This commit is contained in:
xcomputerman 2003-12-08 17:40:06 +00:00 committed by xcomputerman
parent 3e5f10f31f
commit fb55999ee8
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@
SUBDIRS = ipc
INCLUDES = \
-I$(top_srcdir)/src/lib/ecore
-I$(top_srcdir)/src/lib/ecore \
-I$(top_srcdir)/src/lib/ecore_ipc
libecore_config_la_LDFLAGS = -version-info 1:0:0 \
-L$(top_builddir)/src/lib/ecore/.libs

View File

@ -7,6 +7,7 @@ MAINTAINERCLEANFILES = Makefile.in
LDFLAGS = -module -avoid-version -rdynamic -shared
INCLUDES = -I$(top_srcdir)/src\
-I$(top_srcdir)/src/lib/ecore_ipc \
-I../../ -I../ -I.
IPC_ECORE_L = ipc_ecore.la