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

lib_LIBRARIES = libformatelf.a

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

libformatelf_a_CFLAGS = $(AM_CFLAGS)


INCLUDES = 

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS)