Changeset 1232:c7a504b19d03 in roaraudio


Ignore:
Timestamp:
02/25/09 18:23:38 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added files and consts for gnupg pinentry

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1230 r1232  
    487487test_tool_defmake ROAR_HAVE_BIN_GNUPLOT    gnuplot      gnuplot 
    488488test_tool_defmake ROAR_HAVE_BIN_SSH        OpenSSH      ssh 
     489test_tool_defmake ROAR_HAVE_BIN_PINENTRY   PIN-Entry    pinentry 
    489490 
    490491echo >&3 
  • include/libroar/libroar.h

    r1075 r1232  
    7373#include "file.h" 
    7474#include "acl.h" 
     75#include "pinentry.h" 
    7576 
    7677#endif 
  • libroar/Makefile

    r1179 r1232  
    22 
    33TARGETS=libroar.so 
    4 OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o poly.o meta.o file.o acl.o vio.o cdrom.o 
     4OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o poly.o meta.o file.o acl.o vio.o cdrom.o pinentry.o 
    55 
    66#DEFINES        = -DDEBUG 
Note: See TracChangeset for help on using the changeset viewer.