summaryrefslogtreecommitdiff
path: root/src/format/dwarf/v4/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-11-24 11:41:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-11-24 11:41:13 (GMT)
commitdad453ff553f0ab07206f26345dc0adeffb775fd (patch)
tree322f3b26da0d0d25011b7e64afc7c7ee37aa5608 /src/format/dwarf/v4/Makefile.am
parent615171f171f53791a25aeab7970e29b024177d48 (diff)
Moved the DWARF support as plugin and disabled it.
Diffstat (limited to 'src/format/dwarf/v4/Makefile.am')
-rw-r--r--src/format/dwarf/v4/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/format/dwarf/v4/Makefile.am b/src/format/dwarf/v4/Makefile.am
deleted file mode 100644
index ca77923..0000000
--- a/src/format/dwarf/v4/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-
-noinst_LTLIBRARIES = libformatdwarfv4.la
-
-libformatdwarfv4_la_SOURCES = \
- dwarf.h dwarf.c \
- form.h form.c
-
-libformatdwarfv4_la_LDFLAGS = $(LIBGTK_LIBS)
-
-
-devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
-
-dev_HEADERS = $(libformatdwarfv4_la_SOURCES:%c=)
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)