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

lib_LTLIBRARIES = libformatpe.la

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

libformatpe_la_LDFLAGS = 


INCLUDES = 

AM_CPPFLAGS = 

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