1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-15 04:08:09 -04:00
icecast-common/net/Makefile.am
brendan 2fcbb9e4cb BitKeeper go bye-bye
Whoops, broke thread include path

svn path=/trunk/net/; revision=4413
2003-03-06 05:56:03 +00:00

18 lines
321 B
Makefile

## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS = foreign
noinst_LTLIBRARIES = libicenet.la
noinst_HEADERS = resolver.h sock.h
libicenet_la_SOURCES = sock.c resolver.c
INCLUDES = -I$(srcdir)/../thread
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"