From 0c835dce3bf01dc31b33311378043b3799150a64 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 24 Jun 2014 08:13:32 +0200 Subject: Import from shared project. --- Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..47fbf09 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,14 @@ +AUTOMAKE_OPTIONS = gnu +SUBDIRS = src tools +DISTDIRS = src tools + +EXTRA_DIST = audioin.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = audioin.pc + +.PHONY: + +test: + $(MAKE) -C src test + -- cgit v1.2.3