1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-07-21 03:04:15 -04:00
icecast-common/log/Makefile.am
2018-10-11 15:43:00 +02:00

18 lines
274 B
Makefile

## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = test.c
noinst_LTLIBRARIES = libicelog.la
pkginclude_HEADERS = log.h
libicelog_la_SOURCES = log.c
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"