1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-12 17:43:37 +02:00

Use automake for portmixer.

This commit is contained in:
benjamin.drung@gmail.com
2013-11-08 01:56:39 +00:00
parent 6efbf53d90
commit 0f9909b548
4 changed files with 62 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
check_PROGRAMS = px_test
px_test_CPPFLAGS = -I$(top_srcdir)/include
px_test_LDADD = $(top_builddir)/src/libportmixer.la
px_test_SOURCES = px_test.c