mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: fix autoreconf warnings
Replace AC_LANG_PROGRAM with AC_LANG_SOURCE and INCLUDES with AM_CFLAGS to fix autoreconf warnings https://bugs.freedesktop.org/show_bug.cgi?id=62748
This commit is contained in:
committed by
Bastien Nocera
parent
7eafca7bab
commit
0e843ad6b3
@@ -1,4 +1,4 @@
|
||||
INCLUDES = -I$(top_srcdir)
|
||||
AM_CFLAGS = -I$(top_srcdir)
|
||||
noinst_PROGRAMS = verify_live enroll verify img_capture cpp-test
|
||||
|
||||
verify_live_SOURCES = verify_live.c
|
||||
|
||||
Reference in New Issue
Block a user