diff options
Diffstat (limited to 'xstdcmap/Makefile.am')
-rwxr-xr-x[-rw-r--r--] | xstdcmap/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xstdcmap/Makefile.am b/xstdcmap/Makefile.am index 7aaec10..16fa9ef 100644..100755 --- a/xstdcmap/Makefile.am +++ b/xstdcmap/Makefile.am @@ -21,7 +21,8 @@ bin_PROGRAMS = xstdcmap -AM_CFLAGS = $(XSTDCMAP_CFLAGS) -D_BSD_SOURCE $(CWARNFLAGS) +AM_CFLAGS = $(XSTDCMAP_CFLAGS) -D_BSD_SOURCE $(CWARNFLAGS) -pie +AM_LDFLAGS = $(XSTDCMAP_LDFLAGS) -pie xstdcmap_LDADD = $(XSTDCMAP_LIBS) xstdcmap_SOURCES = \ |