diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-10-17 11:09:50 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-10-20 10:43:02 -0700 |
commit | a370306f75e72a38f37a0cc7ee1fae595d3c80bc (patch) | |
tree | ed0a9eb35e6a1ac50add0b0589111637538b20e8 /xrdpvr/Makefile.am | |
parent | 5c69f3cd57ac9052d4d69e13c751463775f58b6d (diff) | |
download | xrdp-proprietary-a370306f75e72a38f37a0cc7ee1fae595d3c80bc.tar.gz xrdp-proprietary-a370306f75e72a38f37a0cc7ee1fae595d3c80bc.zip |
Get rid of EXTRA_LIBS, use variables with more specific names
Diffstat (limited to 'xrdpvr/Makefile.am')
-rw-r--r-- | xrdpvr/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xrdpvr/Makefile.am b/xrdpvr/Makefile.am index 95644445..f9b8d421 100644 --- a/xrdpvr/Makefile.am +++ b/xrdpvr/Makefile.am @@ -1,11 +1,6 @@ -EXTRA_LIBS = - module_LTLIBRARIES = \ libxrdpvr.la libxrdpvr_la_SOURCES = \ xrdpvr.c \ xrdpvr.h - -libxrdpvr_la_LIBADD = \ - $(EXTRA_LIBS) |