mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-05 22:45:30 +01:00
7 lines
207 B
Makefile
7 lines
207 B
Makefile
# Makefile for logging/messages
|
|
INCLUDES = -I$(top_srcdir) -I$(includedir) @SAMPLERATE_CFLAGS@
|
|
VJAUDIO_LIB_FILE = libvjaudio.la
|
|
noinst_LTLIBRARIES = $(VJAUDIO_LIB_FILE)
|
|
libvjaudio_la_SOURCES = audio.c
|
|
|