Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libfprint
fprintd
Commits
fb4cbb91
Commit
fb4cbb91
authored
Nov 04, 2008
by
Bastien Nocera
Committed by
Daniel Drake
Nov 21, 2008
Browse files
Prefix the test binaries
So that we avoid clashing with distribution binaries.
parent
8bae65d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
fb4cbb91
...
...
@@ -2,19 +2,19 @@ BUILT_SOURCES = manager-dbus-glue.h device-dbus-glue.h
noinst_HEADERS
=
$(BUILT_SOURCES)
CLEANFILES
=
$(BUILT_SOURCES)
bin_PROGRAMS
=
verify enroll
list
bin_PROGRAMS
=
fprintd-verify fprintd-enroll fprintd-
list
verify_SOURCES
=
verify.c
verify_CFLAGS
=
$(WARN_CFLAGS)
$(GLIB_CFLAGS)
verify_LDADD
=
$(GLIB_LIBS)
fprintd_
verify_SOURCES
=
verify.c
fprintd_
verify_CFLAGS
=
$(WARN_CFLAGS)
$(GLIB_CFLAGS)
fprintd_
verify_LDADD
=
$(GLIB_LIBS)
enroll_SOURCES
=
enroll.c
enroll_CFLAGS
=
$(WARN_CFLAGS)
$(GLIB_CFLAGS)
enroll_LDADD
=
$(GLIB_LIBS)
fprintd_
enroll_SOURCES
=
enroll.c
fprintd_
enroll_CFLAGS
=
$(WARN_CFLAGS)
$(GLIB_CFLAGS)
fprintd_
enroll_LDADD
=
$(GLIB_LIBS)
list_SOURCES
=
list.c
list_CFLAGS
=
$(WARN_CFLAGS)
$(GLIB_CFLAGS)
list_LDADD
=
$(GLIB_LIBS)
fprintd_
list_SOURCES
=
list.c
fprintd_
list_CFLAGS
=
$(WARN_CFLAGS)
$(GLIB_CFLAGS)
fprintd_
list_LDADD
=
$(GLIB_LIBS)
manager-dbus-glue.h
:
../src/manager.xml
dbus-binding-tool
--prefix
=
fprint_manager
--mode
=
glib-client
$<
--output
=
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment