Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37955152
Makefile.am
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
545 B
Subscribers
None
Makefile.am
View Options
# Makefile.am - PIN entry FLTK frontend.
bin_PROGRAMS = pinentry-fltk
if FALLBACK_CURSES
ncurses_include = $(NCURSES_INCLUDE)
libcurses = ../pinentry/libpinentry-curses.a $(LIBCURSES) $(LIBICONV)
else
ncurses_include =
libcurses =
endif
AM_CPPFLAGS = $(COMMON_CFLAGS) $(FLTKCXXFLAGS) $(ncurses_include) -I$(top_srcdir)/secmem -I$(top_srcdir)/pinentry
LDADD = ../pinentry/libpinentry.a ../secmem/libsecmem.a $(COMMON_LIBS) $(LIBCAP) $(FLTKLIBS) $(libcurses)
pinentry_fltk_SOURCES = main.cxx pinwindow.cxx passwindow.cxx qualitypasswindow.cxx
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 19, 6:09 PM (21 h, 7 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2d/8f/1211d3cbefbfb48c4b4b3b7847f4
Attached To
rP Pinentry
Event Timeline
Log In to Comment