diff options
| author | Stepan Kasal <skasal@redhat.com> | 2007-05-15 20:46:15 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2007-05-16 11:43:30 +0200 |
| commit | 1f317686715f0e1cad9404b5c5c89f1ecac5d915 (patch) | |
| tree | 710656f9d6019d304396e08b8d75b9c5c335fbc2 /login-utils | |
| parent | 271d98e05d73269339d6dadac13bb17c0101229e (diff) | |
| download | util-linux-old-1f317686715f0e1cad9404b5c5c89f1ecac5d915.tar.gz | |
build-sys: move -D flags to *_CPPFLAGS
Preprocessor options belong to *_CPPFLAGS; add $(AM_CPPFLAGS) as we
want to amend it, not override.
Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'login-utils')
| -rw-r--r-- | login-utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/Makefile.am b/login-utils/Makefile.am index efdba27c..639db58c 100644 --- a/login-utils/Makefile.am +++ b/login-utils/Makefile.am @@ -132,5 +132,5 @@ endif noinst_PROGRAMS = checktty_test checktty_test_SOURCES = checktty.c login.h -checktty_test_CFLAGS = -DMAIN_TEST_CHECKTTY +checktty_test_CPPFLAGS = -DMAIN_TEST_CHECKTTY $(AM_CPPFLAGS) |
