Changeset 2705 for branches/blt4/lang
- Timestamp:
- Nov 28, 2011, 1:21:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/lang/tcl/src/Makefile.in
r2676 r2705 28 28 TCL_VERSION = @TCL_VERSION@ 29 29 TCL_LIB_SPEC = @TCL_LIB_SPEC@ 30 HAVE_FFMPEG = @HAVE_FFMPEG_LIBS@ 31 HAVE_NCURSES = @HAVE_LIBNCURSES@ 30 32 31 33 CC_SWITCHES = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES) … … 49 51 LIBS = \ 50 52 -L../../../src/core -lrappture \ 51 $(TCL_LIB_SPEC) -l ncurses -lexpat -lz -lm -lstdc++53 $(TCL_LIB_SPEC) -lexpat -lz -lm -lstdc++ 52 54 53 55 OBJS = \ 54 56 Rappture_Init.o \ 55 RpCurses.o \56 57 RpDaemon.o \ 57 58 RpEncodeTclInterface.o \ … … 70 71 endif 71 72 72 FFMPEG = @HAVE_FFMPEG_LIBS@ 73 ifeq ($(FFMPEG),yes) 73 ifeq ($(HAVE_LIBCURSES),yes) 74 OBJS += RpCurses.o 75 LIBS += -lncurses 76 endif 77 78 ifeq ($(HAVE_FFMPEG),yes) 74 79 OBJS += RpVideoTclInterface.o 75 80 LIBS += -L../../../src/objects -lRpObjects
Note: See TracChangeset
for help on using the changeset viewer.