diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-16 12:29:59 +0100 |
---|---|---|
committer | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-16 12:29:59 +0100 |
commit | 3ec0912f27cde058107543db7e8e6a65e44d18b3 (patch) | |
tree | 02a7601c2964f9c712b919a223dda094ff0c2369 /utils/Makefile.am | |
parent | c591394f75d0462d9d9a17d66c1bcf800181a294 (diff) | |
download | libcap-ng-upstream.tar.gz libcap-ng-upstream.tar.bz2 libcap-ng-upstream.zip |
Imported Upstream version 0.8.4upstream/0.8.4upstream
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 522e0a9..f430454 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- -# Copyright 2009 Red Hat Inc., Durham, North Carolina. +# Copyright 2009,2015 Red Hat Inc. # All Rights Reserved. # # This library is free software; you can redistribute it and/or @@ -12,9 +12,10 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU Lesser General Public License +# along with this program; see the file COPYING. If not, write to the +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor +# Boston, MA 02110-1335, USA. # # Authors: # Steve Grubb <sgrubb@redhat.com> @@ -23,9 +24,9 @@ CONFIG_CLEAN_FILES = *.loT *.rej *.orig AUTOMAKE_OPTIONS = no-dependencies EXTRA_DIST = $(man_MANS) -INCLUDES = -I${top_srcdir} -I${top_srcdir}/src +AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/src LIBS = -L${top_builddir}/src -lcap-ng -AM_CFLAGS = -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE +AM_CFLAGS = -W -Wall -Wshadow ${WFLAGS} -Wundef -D_GNU_SOURCE bin_PROGRAMS = pscap netcap filecap captest man_MANS = pscap.8 netcap.8 filecap.8 captest.8 |