Index: lyx2html-0.2/Makefile
===================================================================
--- lyx2html-0.2.orig/Makefile
+++ lyx2html-0.2/Makefile
@@ -10,7 +10,7 @@ COPTS = -O3 -Wall
############################################
all: $(OFILES)
- $(CC) $(OFILES) -o lyx2html
+ $(CC) $(LDFLAGS) $(OFILES) -o lyx2html
document.o: document.h
main.o: main.h