diff options
Diffstat (limited to 'src/format/pe')
-rwxr-xr-x | src/format/pe/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/pe/Makefile.am b/src/format/pe/Makefile.am index a11d912..45f2f6b 100755 --- a/src/format/pe/Makefile.am +++ b/src/format/pe/Makefile.am @@ -8,7 +8,7 @@ libformatpe_la_SOURCES = \ libformatpe_la_LDFLAGS = -INCLUDES = $(LIBGTK_CFLAGS) +INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CPPFLAGS = |