aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-06-14 16:00:07 +0300
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-06-14 16:00:07 +0300
commitce9c8a885fc3bd828565094b06b4d201cd4f2790 (patch)
treeddf8c693ef19942cc200966612528b2a4368b29c /configure.ac
parent49c320f951b40ed3c722ceb53c320db98fcb7ecc (diff)
downloadlibrin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.tar.gz
librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.tar.bz2
librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.zip
autoconf: remove useless dummy.c and related workarounds.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 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])