exec bits, desktop icon props, noexecstack, attach transitions to selected edits...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / Makefile
index e9d67aa56c8875439fc7b7d4f0ec50b71b9b482f..43c66e8fb934e2ebf5721c5928c21bb407d31fef 100644 (file)
@@ -500,14 +500,14 @@ LDFLAGS1 = \
 LDFLAGS2 = -lcpml -lcxxstdma_rh60 -lcxxma_rh60 -lc -lots \
        `expr /usr/lib/compaq/cxx-*/alpha-linux/`bin/crtend.o \
        `expr /usr/lib/compaq/cxx-*/alpha-linux/`bin/crtn.o --no-demangle \
-       --warn-once
+       --warn-once $(LDFLAGS)
 LINKER = ld -o $(OUTPUT)
 CFLAGS += -DUSE_ALPHA
 
 else
 
 LDFLAGS1 = -Wl,-export-dynamic -g
-LDFLAGS2 =
+LDFLAGS2 = $(LDFLAGS)
 LINKER = $(CXX) -o $(OUTPUT)
 
 endif