summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2014-04-02 16:03:49 +0200
committerWill Estes <westes575@gmail.com>2014-04-02 16:51:22 -0400
commit6c429958e7942cee0921812a34c526269e70c63f (patch)
tree84b5bcdcce735a7e9e272b097a3bb4d320434d93 /lib/Makefile.am
parenta7fa4719baa9f8dbca45eba178be2dfddc8f96d2 (diff)
Fix malloc/realloc replacement, bug#151.
Signed-off-by: Will Estes <westes575@gmail.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 391465f..011163e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,4 @@
noinst_LTLIBRARIES = libcompat.la
libcompat_la_SOURCES = lib.c
-libcompat_la_LIBADD = $(LIBOBJS)
+libcompat_la_LIBADD = $(LTLIBOBJS)