summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-08 19:12:02 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 00:06:55 +0000
commit4c7ef8db3f75807644d61aca5211f3db4e967657 (patch)
tree2c9bd92d6926dcdf0cb73c9020dde1d01b8bbf30 /amiga/Makefile.target
parent5562c9a553fe539d0d1fbf05dba89b1b1f577fae (diff)
downloadnetsurf-4c7ef8db3f75807644d61aca5211f3db4e967657.tar.gz
netsurf-4c7ef8db3f75807644d61aca5211f3db4e967657.tar.bz2
remove -lauto
Diffstat (limited to 'amiga/Makefile.target')
-rw-r--r--amiga/Makefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index 8939dbc83..12b0e05eb 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -30,7 +30,7 @@ ifeq ($(HOST),amiga)
$(eval $(call feature_enabled,AMIGA_DATATYPES,-DWITH_AMIGA_DATATYPES,,DataTypes))
CFLAGS += -I /SDK/local/common/include/libpng12
- LDFLAGS += -lcurl -lrtmp -lpthread -ltre -lintl -lauto -lpbl
+ LDFLAGS += -lcurl -lrtmp -lpthread -ltre -lintl -lpbl
LDFLAGS += -lssl -lcrypto -ldom -lhubbub -lcss -lparserutils -lwapcaplet
else
$(eval $(call pkg_config_find_and_add_enabled,ROSPRITE,librosprite,Sprite))
@@ -53,7 +53,7 @@ else
ifeq ($(SUBTARGET),os3)
LDFLAGS += -lpbl -liconv
else
- LDFLAGS += -lauto -lpbl -liconv
+ LDFLAGS += -lpbl -liconv
endif
endif