mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
23 lines
578 B
Plaintext
23 lines
578 B
Plaintext
From c219e6f70dc202058c8165f3aec152743040979c Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Mon, 20 Nov 2017 18:15:48 +0100
|
|
Subject: needs libnetwork
|
|
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 1a41102..15aba7a 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -16,7 +16,7 @@ bin_PROGRAMS = uriparse
|
|
uriparse_SOURCES = tool/uriparse.c
|
|
|
|
uriparse_CFLAGS = -Iinclude
|
|
-uriparse_LDADD = $(top_builddir)/liburiparser.la
|
|
+uriparse_LDADD = $(top_builddir)/liburiparser.la -lnetwork
|
|
uriparse_DEPENDENCIES = $(top_builddir)/liburiparser.la
|
|
|
|
|
|
--
|
|
2.14.2
|
|
|