mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
6 lines
187 B
Makefile
6 lines
187 B
Makefile
check_PROGRAMS = px_test
|
|
|
|
px_test_CPPFLAGS = -I$(top_srcdir)/include $(PORTAUDIO_CFLAGS)
|
|
px_test_LDADD = $(top_builddir)/src/libportmixer.la $(PORTAUDIO_LIBS)
|
|
px_test_SOURCES = px_test.c
|