Commit 3b4ec859 authored by Dafydd Harries's avatar Dafydd Harries

switch local/ to building shared rather than static library

darcs-hash:20070120144013-c9803-ea8ee18e2aab0bd1e960417ba584f16425c3c5e0.gz
parent 070b753f
AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS) AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS)
liblocal_a_SOURCES = local.h local.c liblocal_la_SOURCES = local.h local.c
noinst_LIBRARIES = liblocal.a noinst_LTLIBRARIES = liblocal.la
noinst_PROGRAMS = list-local-interfaces noinst_PROGRAMS = list-local-interfaces
list_local_interfaces_LDADD = $(GLIB_LIBS) liblocal.a list_local_interfaces_LDADD = $(GLIB_LIBS) liblocal.la
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment