mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
tt_type_comp: incorporate master CPP_PROGRAM fix into Makefile.am
This commit is contained in:
parent
e481f4cb93
commit
e577e8102c
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ mp_types_gram.h:
|
|||
bin_PROGRAMS = tt_type_comp
|
||||
|
||||
tt_type_comp_CXXFLAGS = -I../../lib -I../../slib \
|
||||
$(TT_VERSION_DEFINE)
|
||||
$(TT_VERSION_DEFINE) -DCPP_PROGRAM="\"$(CPP)\""
|
||||
|
||||
tt_type_comp_SOURCES = mp_type_comp.C mp_types_table.C \
|
||||
frozen.mp_types_lex.C frozen.mp_types_gram.C
|
||||
|
||||
tt_type_comp_LDADD = @LIBTT@ ../../slib/libstt.a $(XTOOLLIB)
|
||||
tt_type_comp_LDADD = $(LIBTT) ../../slib/libstt.a $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
tt_type_comp_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue