diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-10-17 10:43:05 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-10-20 10:43:02 -0700 |
commit | 5c69f3cd57ac9052d4d69e13c751463775f58b6d (patch) | |
tree | 8f743ff6b5934ca9472e9c0df8a212c094507c96 /sesman | |
parent | 0422734fc77bdff2c65df14f27b0fd0400775b23 (diff) | |
download | xrdp-proprietary-5c69f3cd57ac9052d4d69e13c751463775f58b6d.tar.gz xrdp-proprietary-5c69f3cd57ac9052d4d69e13c751463775f58b6d.zip |
Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/chansrv/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am index 161c07fa..febb539a 100644 --- a/sesman/chansrv/Makefile.am +++ b/sesman/chansrv/Makefile.am @@ -1,5 +1,4 @@ EXTRA_LIBS = -EXTRA_FLAGS = AM_CPPFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ @@ -61,8 +60,7 @@ xrdp_chansrv_SOURCES = \ xcommon.h xrdp_chansrv_LDFLAGS = \ - $(X_LIBS) \ - $(EXTRA_FLAGS) + $(X_LIBS) xrdp_chansrv_LDADD = \ $(top_builddir)/common/libcommon.la \ |