summaryrefslogtreecommitdiff
path: root/src/format/dwarf/v4/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-14 22:18:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-14 22:18:27 (GMT)
commitfab9d7cd46922abea7d94f36dcd4630cdf3f4719 (patch)
treead41bb921db17631104a069e4df64fb4fc5ccfc1 /src/format/dwarf/v4/Makefile.am
parent8d8e5c02096f59a7227308a591fc5050ea5d92ff (diff)
Improved the basic support of Dwarf information.
Diffstat (limited to 'src/format/dwarf/v4/Makefile.am')
-rw-r--r--src/format/dwarf/v4/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format/dwarf/v4/Makefile.am b/src/format/dwarf/v4/Makefile.am
index fb3bc43..b0c9719 100644
--- a/src/format/dwarf/v4/Makefile.am
+++ b/src/format/dwarf/v4/Makefile.am
@@ -2,7 +2,8 @@
noinst_LTLIBRARIES = libformatdwarfv4.la
libformatdwarfv4_la_SOURCES = \
- dwarf.h dwarf.c
+ dwarf.h dwarf.c \
+ form.h form.c
libformatdwarfv4_la_LDFLAGS = $(LIBGTK_LIBS)