blob: 53f78bdf36d01d60e3e3e2db5e78020466480fda [file] [log] [blame]
Harald Welted54c2ee2012-01-17 18:25:50 +01001# This is _NOT_ the library release version, it's an API version.
2# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
3LIBVERSION=0:0:0
4
5INCLUDES = $(all_includes) -I$(top_srcdir)/include
6AM_CFLAGS = -fPIC -Wall
7
8noinst_HEADERS = sim_int.h gsm_int.h
9
10lib_LTLIBRARIES = libosmosim.la
11
Harald Weltead418632012-09-10 10:49:59 +020012libosmosim_la_SOURCES = core.c card_fs_sim.c card_fs_usim.c card_fs_uicc.c reader.c reader_pcsc.c
Harald Welted54c2ee2012-01-17 18:25:50 +010013# FIXME: use autoconf to determine pcsc include path / library name
14libosmosim_la_LDFLAGS = -version-info $(LIBVERSION) -lpcsclite
15libosmosim_la_CFLAGS = -I/usr/include/PCSC
16