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

lib_LIBRARIES = libformatpe.a

libformatpe_a_SOURCES =					\
	e_pe.h e_pe.c						\
	pe-int.h

libformatpe_a_CFLAGS = $(AM_CFLAGS)


INCLUDES = 

AM_CPPFLAGS = 

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