Remove redundant ldflags

This commit is contained in:
Pierre Pronchery 2022-11-15 02:04:50 +01:00
parent 9058081b69
commit 666dc87160

View File

@ -120,13 +120,13 @@ type=binary
#XXX not actively developed
#GtkMozEmbed
#cflags=`pkg-config --libs mozilla-gtkmozembed`
#ldflags=`pkg-config --libs mozilla-gtkmozembed` $(OBJDIR)ghtml-helper.o
#ldflags=`pkg-config --libs mozilla-gtkmozembed`
#libgtkhtml2
#cflags=`pkg-config --cflags libgtkhtml-2.0 gnet-2.0`
#ldflags=`pkg-config --libs libgtkhtml-2.0 gnet-2.0` $(OBJDIR)ghtml-helper.o
#ldflags=`pkg-config --libs libgtkhtml-2.0 gnet-2.0`
#libParser
#cflags=`pkg-config --cflags libParser gnet-2.0`
#ldflags=`pkg-config --libs libParser gnet-2.0` $(OBJDIR)ghtml-helper.o
#ldflags=`pkg-config --libs libParser gnet-2.0`
ldflags=$(OBJDIR)ghtml-helper.o
depends=$(OBJDIR)ghtml-helper.o
sources=htmlapp.c