diff options
author | 2017-06-14 16:00:07 +0300 | |
---|---|---|
committer | 2017-06-14 16:00:07 +0300 | |
commit | ce9c8a885fc3bd828565094b06b4d201cd4f2790 (patch) | |
tree | ddf8c693ef19942cc200966612528b2a4368b29c /src/Makefile.am | |
parent | 49c320f951b40ed3c722ceb53c320db98fcb7ecc (diff) | |
download | librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.tar.gz librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.tar.bz2 librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.zip |
autoconf: remove useless dummy.c and related workarounds.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |