From ce9c8a885fc3bd828565094b06b4d201cd4f2790 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Wed, 14 Jun 2017 16:00:07 +0300 Subject: autoconf: remove useless dummy.c and related workarounds. --- src/Makefile.am | 4 ++-- src/dummy.c | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 src/dummy.c (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 1717659..2c819b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Gediminas Jakutis +# Copyright (C) 2015-2017 Gediminas Jakutis # # This Makefile.am is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -29,7 +29,7 @@ lib_LTLIBRARIES = librin.la librin_la_LDFLAGS = -version-info $(RIN_VER_MAJOR):$(RIN_VER_MINOR):$(RIN_VER_PATCH) -librin_la_SOURCES = dummy.c +librin_la_SOURCES = librin_la_LIBADD = \ float/librin_float.la \ diff --git a/src/dummy.c b/src/dummy.c deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3