mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtwm: fix installation
This commit is contained in:
parent
751e85d877
commit
6f27da77d9
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
configdir = ${prefix}/config/C
|
||||
|
||||
bin_PROGRAMS = dtwm dtfplist
|
||||
|
||||
configdir = $(CDE_INSTALLATION_TOP)/config/C
|
||||
dist_config_DATA = sys.dtwmrc Dtwm.defs
|
||||
|
||||
BUILT_SOURCES = sys.dtwmrc Dtwm.defs
|
||||
CLEANFILES = sys.dtwmrc Dtwm.defs
|
||||
|
||||
|
@ -10,7 +11,7 @@ AM_CPPFLAGS = -DLARGECURSORS -DR2_COMPAT -DOPAQUE -DSHAPE -DUNMAP_ON_RESTART \
|
|||
-DBATCH_DRAG_REQUESTS -DCDE_INSTALLATION_TOP=\"${prefix}\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
|
||||
dtwm_LDADD = @DTCLIENTLIBS@ $(TIRPCLIB) -lXm -lXext $(XTOOLLIB)
|
||||
dtwm_LDADD = $(DTCLIENTLIBS) -lXext $(XTOOLLIB)
|
||||
dtfplist_LDADD = @DTCLIENTLIBS@ $(TIRPCLIB) -lXm -lXext $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue