diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-10-17 10:33:28 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-10-20 10:43:02 -0700 |
commit | 0422734fc77bdff2c65df14f27b0fd0400775b23 (patch) | |
tree | be59ff10236e777ef83e5d27fe91e7933661296f /xrdpvr | |
parent | 85e98d211a4cad94ebcd87c91966c8f30e4e0b9d (diff) | |
download | xrdp-proprietary-0422734fc77bdff2c65df14f27b0fd0400775b23.tar.gz xrdp-proprietary-0422734fc77bdff2c65df14f27b0fd0400775b23.zip |
Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS
AM_CPPFLAGS is a documented Automake variable for C preprocessor flags
that should not be overridden when compiling the package.
There is no need to have two additional variables that are ultimately
merged into AM_CPPFLAGS.
Their names are also confusing. EXTDA_DIST is a documented Automake
variable. Everything else that starts with "EXTRA" is not.
Diffstat (limited to 'xrdpvr')
-rw-r--r-- | xrdpvr/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xrdpvr/Makefile.am b/xrdpvr/Makefile.am index dd7b5601..cd0fde42 100644 --- a/xrdpvr/Makefile.am +++ b/xrdpvr/Makefile.am @@ -1,12 +1,6 @@ -EXTRA_DEFINES = -EXTRA_INCLUDES = EXTRA_LIBS = EXTRA_FLAGS = -AM_CPPFLAGS = \ - $(EXTRA_DEFINES) \ - $(EXTRA_INCLUDES) - module_LTLIBRARIES = \ libxrdpvr.la |