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

noinst_LTLIBRARIES = libformatelf.la

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

libformatelf_la_LDFLAGS = 


INCLUDES = $(LIBGTK_CFLAGS)

AM_CPPFLAGS = 

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