File: Makefile.am

package info (click to toggle)
osmo-trx 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,028 kB
  • sloc: cpp: 14,569; ansic: 5,963; makefile: 644; asm: 329; sh: 128; xml: 79
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/Makefile.common

AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES)
AM_CXXFLAGS = -lpthread $(LIBOSMOCORE_CFLAGS)


noinst_HEADERS = radioDevice.h smpl_buf.h bandmanager.h

noinst_LTLIBRARIES = libdevice_common.la

libdevice_common_la_SOURCES = \
	smpl_buf.cpp