diff options
author | Guillem Jover <guillem@debian.org> | 2016-06-26 02:12:32 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-07-03 21:02:26 +0200 |
commit | 067295e958dcc9af87d2adfd0c697e9f87ef7b73 (patch) | |
tree | 13b31e952fbde6386a8e25de46c649b5bc13cb35 /lib/compat | |
parent | 785c8a5f78ef757836884ed1acbf6e9171822a53 (diff) | |
download | dpkg-067295e958dcc9af87d2adfd0c697e9f87ef7b73.tar.gz |
build: Uniformize library build options
Make all of them consistently follow the pattern --with-lib<name>.
Rename the m4 macros, preprocessor defines, and automake _LIBS flags.
Diffstat (limited to 'lib/compat')
-rw-r--r-- | lib/compat/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am index 981dc8128..3cb1e0b0d 100644 --- a/lib/compat/Makefile.am +++ b/lib/compat/Makefile.am @@ -23,7 +23,7 @@ if HAVE_SYS_ERRLIST libcompat_test_la_SOURCES += strerror.c endif -if WITH_SELINUX +if WITH_LIBSELINUX libcompat_test_la_SOURCES += selinux.c endif @@ -64,7 +64,7 @@ if !HAVE_STRSIGNAL libcompat_la_SOURCES += strsignal.c endif -if WITH_SELINUX +if WITH_LIBSELINUX if !HAVE_SETEXECFILECON libcompat_la_SOURCES += selinux.c endif |