diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/Makefile.am | 4 | ||||
-rw-r--r-- | src/dummy.c | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 34345d5..cb40a30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2015-2016 Gediminas Jakutis +dnl Copyright (C) 2015-2017 Gediminas Jakutis dnl dnl This configure.ac is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,7 @@ AC_PREREQ([2.13]) m4_define(LIBRIN_VERSION, m4_normalize(m4_include(VERSION))) AC_INIT([librin], [LIBRIN_VERSION], [gediminas@varciai.lt]) -AC_CONFIG_SRCDIR([src/dummy.c]) +AC_CONFIG_SRCDIR([src/float/float.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) 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 --- a/src/dummy.c +++ /dev/null |