diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8ad31f1..5538be2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,3 +11,6 @@ endif if RESOLVE naskpass_CFLAGS+=-DHAVE_RESOLVE endif +if UNAME +naskpass_CFLAGS+=-DHAVE_UNAME +endif |