mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 06:10:01 +01:00
5 lines
142 B
Makefile
5 lines
142 B
Makefile
noinst_LTLIBRARIES = libbio2jack.la
|
|
AM_CFLAGS = -Wall
|
|
LIBS = @LIBS@ @PTHREAD_LIBS@ @JACK_LIBS@
|
|
libbio2jack_la_SOURCES = bio2jack.c bio2jack.h
|