diff options
Diffstat (limited to 'sesman/chansrv/Makefile.am')
-rw-r--r-- | sesman/chansrv/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am index 1e72b4ef..b46fa63d 100644 --- a/sesman/chansrv/Makefile.am +++ b/sesman/chansrv/Makefile.am @@ -24,8 +24,8 @@ CHANSRV_EXTRA_LIBS += $(FUSE_LIBS) endif if XRDP_FDK_AAC -AM_CPPFLAGS += -DXRDP_FDK_AAC -CHANSRV_EXTRA_LIBS += -lfdk-aac +AM_CPPFLAGS += -DXRDP_FDK_AAC $(FDKAAC_CFLAGS) +CHANSRV_EXTRA_LIBS += $(FDKAAC_LIBS) endif if XRDP_OPUS |