diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 | ||||
-rw-r--r-- | src/dummy.c | 0 |
2 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 \ diff --git a/src/dummy.c b/src/dummy.c deleted file mode 100644 index e69de29..0000000 --- a/src/dummy.c +++ /dev/null |