This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/software/libosmosdr/src/Makefile.am

12 lines
395 B
Makefile

# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=0:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall
lib_LTLIBRARIES = libosmosdr.la
libosmosdr_la_SOURCES = libosmosdr.c
libosmosdr_la_LDFLAGS = -version-info $(LIBVERSION)