summaryrefslogtreecommitdiff
path: root/src/format/elf/Makefile.am
blob: 663194ed91d07dd99a6a71d6ace78066334eaf53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

lib_LIBRARIES = libformatelf.a

libformatelf_a_SOURCES =				\
	e_elf.h e_elf.c						\
	elf-int.h							\
	section.h section.c					\
	strings.h strings.c					\
	symbol.h symbol.c

libformatelf_a_CFLAGS = $(AM_CFLAGS)


INCLUDES = $(LIBGTK_CFLAGS)

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)