diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 13c8e77..42613de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,8 @@ if WINDOWS AM_LDFLAGS+= -no-undefined endif +AM_LDFLAGS+= @EXTRA_LTFLAGS@ + # RTE AM_CFLAGS += AM_LDFLAGS+= |