summaryrefslogtreecommitdiff
path: root/src/format/pe/Makefile.am
blob: 9167577990da2238a021c2d42a7f59459b3177b5 (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 = $(LIBGTK_LIBS)


INCLUDES = 

AM_CPPFLAGS = 

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