mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-02-07 20:20:28 +01:00
Rename examples to tests
Real clients won't have the xml available, so calling these "examples" is not appropriate.
This commit is contained in:
parent
fc6b0c194c
commit
2a1aa4e0c0
6 changed files with 7 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,7 +12,7 @@ config.status
|
|||
.deps
|
||||
client-bindings.h
|
||||
*-dbus-glue.h
|
||||
demo
|
||||
verify
|
||||
enroll
|
||||
*.o
|
||||
fprintd
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
AUTOMAKE_OPTIONS = dist-bzip2
|
||||
SUBDIRS = src examples
|
||||
SUBDIRS = src tests
|
||||
EXTRA_DIST = TODO
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,6 @@ CFLAGS="$saved_cflags"
|
|||
AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
|
||||
AC_SUBST(AM_CFLAGS)
|
||||
|
||||
AC_CONFIG_FILES([Makefile] [src/Makefile] [examples/Makefile])
|
||||
AC_CONFIG_FILES([Makefile] [src/Makefile] [tests/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ BUILT_SOURCES = manager-dbus-glue.h device-dbus-glue.h
|
|||
noinst_HEADERS = $(BUILT_SOURCES)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
bin_PROGRAMS = demo enroll
|
||||
bin_PROGRAMS = verify enroll
|
||||
|
||||
demo_SOURCES = demo.c
|
||||
demo_CFLAGS = $(AM_CFLAGS) $(DBUS_GLIB_CFLAGS)
|
||||
demo_LDADD = $(DBUS_GLIB_LIBS)
|
||||
verify_SOURCES = verify.c
|
||||
verify_CFLAGS = $(AM_CFLAGS) $(DBUS_GLIB_CFLAGS)
|
||||
verify_LDADD = $(DBUS_GLIB_LIBS)
|
||||
|
||||
enroll_SOURCES = enroll.c
|
||||
enroll_CFLAGS = $(AM_CFLAGS) $(DBUS_GLIB_CFLAGS)
|
||||
Loading…
Add table
Reference in a new issue