summaryrefslogtreecommitdiff
path: root/src/format/pe/Makefile.am
blob: 853e3f515f09cd16f0532a6530cd2de3c3650844 (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)