Project

General

Profile

Download (525 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# 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
3
LIBVERSION=0:0:0
4

    
5
INCLUDES = $(all_includes) -I$(top_srcdir)/include
6
AM_CFLAGS = ${CFLAGS} -fPIC ${SYMBOL_VISIBILITY}
7

    
8
lib_LTLIBRARIES = libosmosdr.la
9

    
10
libosmosdr_la_SOURCES = libosmosdr.c
11
libosmosdr_la_LDFLAGS = -version-info $(LIBVERSION)
12

    
13
bin_PROGRAMS         = osmo_sdr
14

    
15
osmo_sdr_SOURCES     = osmo_sdr.c
16
osmo_sdr_LDADD       = libosmosdr.la
(2-2/4)
Add picture from clipboard (Maximum size: 48.8 MB)