mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
DtSvc,DtXinerama: More include fixes to deal with new order.
This commit is contained in:
parent
647d0ae96a
commit
0d78e17036
3 changed files with 9 additions and 5 deletions
|
@ -3,6 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
noinst_LTLIBRARIES = libDtUtil1.la
|
noinst_LTLIBRARIES = libDtUtil1.la
|
||||||
|
|
||||||
libDtUtil1_la_CFLAGS = -I../include $(TIRPCINC) -DMULTIBYTE \
|
libDtUtil1_la_CFLAGS = -I../include $(TIRPCINC) -DMULTIBYTE \
|
||||||
|
-I$(top_builddir)/include/Dt \
|
||||||
-DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
-DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libDtUtil2.la
|
noinst_LTLIBRARIES = libDtUtil2.la
|
||||||
|
|
||||||
libDtUtil2_la_CFLAGS = -DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
libDtUtil2_la_CFLAGS = -I../include $(TIRPCINC) -DMULTIBYTE \
|
||||||
|
-I$(top_builddir)/include/Dt \
|
||||||
|
-DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||||
-DMULTIBYTE -DUSE_XINERAMA $(TIRPCINC)
|
-DMULTIBYTE -DUSE_XINERAMA $(TIRPCINC)
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
lib_LIBRARIES = libDtXinerama.a
|
lib_LIBRARIES = libDtXinerama.a
|
||||||
|
|
||||||
libDtXinerama_a_CFLAGS = -fpic
|
# JET - why?
|
||||||
|
#libDtXinerama_a_CFLAGS = -fpic
|
||||||
|
|
||||||
libDtXinerama_a_SOURCES = DtXinerama.c
|
libDtXinerama_a_SOURCES = DtXinerama.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue