Changeset 1011 for trunk/src/ifd


Ignore:
Timestamp:
01/03/08 09:21:30 (4 years ago)
Author:
ludovic.rousseau
Message:

do not use AC_LIB_LINKFLAGS() since this macro is provided by gettext
and we do not use gettext. Use AC_CHECK_LIB() instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/Makefile.am

    r1009 r1011  
    33MAINTAINERCLEANFILES = Makefile.in 
    44 
    5 INCLUDES = $(CPPFLAGS) $(PCSC_CFLAGS) $(LIBUSB_CFLAGS) 
     5INCLUDES = $(CPPFLAGS) $(PCSC_CFLAGS) $(LIBUSB_CFLAGS) $(LTLIB_CFLAGS) 
    66 
    77noinst_LTLIBRARIES = libifd.la 
     
    2727        ria.c 
    2828# new driver not working yet: ifd-wbeiuu.c 
    29 libifd_la_LIBADD = ../ct/libopenct.la $(LTLIBLTDL) $(LIBUSB_LIBS) 
     29libifd_la_LIBADD = ../ct/libopenct.la $(LTLIB_LIBS) $(LIBUSB_LIBS) 
    3030 
    3131ifdhandler_SOURCES = ifdhandler.c 
Note: See TracChangeset for help on using the changeset viewer.