From 946c9ce10a92a29584d2e68e9c04fe63dcee7bdc Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 1 Mar 2016 18:40:38 +0100 Subject: initial git import --- src/anetz/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/anetz/Makefile.am (limited to 'src/anetz/Makefile.am') diff --git a/src/anetz/Makefile.am b/src/anetz/Makefile.am new file mode 100644 index 0000000..9cbfefa --- /dev/null +++ b/src/anetz/Makefile.am @@ -0,0 +1,16 @@ +AM_CPPFLAGS = -Wall -g $(all_includes) + +bin_PROGRAMS = \ + anetz + +anetz_SOURCES = \ + anetz.c \ + dsp.c \ + image.c \ + main.c +anetz_LDADD = \ + $(COMMON_LA) \ + $(ALSA_LIBS) \ + $(top_builddir)/src/common/libcommon.a \ + -lm + -- cgit v1.2.3