aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-03 16:03:42 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:05 +0200
commita0a6a54a41d828c9a018829033443b0faabefb2f (patch)
tree638c4c0e6ea2fdeba79780bf0918c2c72ad56c3d /Makefile.am
parentf48031c60b05113194ad6dc2163ce3895a6b8d80 (diff)
downloadltrace-a0a6a54a41d828c9a018829033443b0faabefb2f.tar.gz
New module for implementation of array that can grow on demand
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 593e943..0e91f71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,8 @@ libltrace_la_SOURCES = \
summary.c \
library.c \
filter.c \
- glob.c
+ glob.c \
+ vect.c
libltrace_la_LIBADD = \
$(libelf_LIBS) \
@@ -65,7 +66,8 @@ noinst_HEADERS = \
read_config_file.h \
library.h \
filter.h \
- glob.h
+ glob.h \
+ vect.h
dist_man1_MANS = \
ltrace.1