mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcalc: make it build
This commit is contained in:
parent
0e2dc55e9e
commit
61506685a4
2 changed files with 10 additions and 10 deletions
|
@ -402,6 +402,8 @@ programs/dticon/Makefile
|
||||||
|
|
||||||
programs/dtterm/Makefile
|
programs/dtterm/Makefile
|
||||||
|
|
||||||
|
programs/dtcalc/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
bin_PROGRAMS = dtcalc
|
bin_PROGRAMS = dtcalc
|
||||||
|
|
||||||
dtcalc_CPPFLAGS = -DCDE_INSTALLATION_TOP=${prefix}
|
dtcalc_CPPFLAGS = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\"
|
||||||
|
|
||||||
dtcalc_LDADD = ${X_LIBS} -lm $(TTLIB) $(LIBSVC) $(LIBHELP)
|
dtcalc_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||||
|
|
||||||
if AIX
|
|
||||||
dtcalc_LDADD += -lmsaa -liconv
|
|
||||||
endif
|
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
dtcalc_LDADD += -lintl -ldl
|
dtcalc_LDADD += -lintl -ldl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
dtcalc_SOURCES = calctool.c ds_common.c ds_popup.c \
|
dtcalc_SOURCES = calctool.c ds_common.c ds_popup.c ds_widget.c \
|
||||||
ds_widget.c ds_xlib.c functions.c \
|
ds_xlib.c functions.c help.c motif.c mp.c text.c \
|
||||||
help.c motif.c mp.c \
|
calctool.h ds_popup.h ds_xlib.h patchlevel.h \
|
||||||
text.c
|
ds_common.h ds_widget.h motif.h
|
||||||
|
|
Loading…
Reference in a new issue