File: Makefile.am

package info (click to toggle)
bzrtp 5.3.105-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,216 kB
  • sloc: ansic: 9,668; cpp: 1,704; makefile: 52; sh: 33
file content (20 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include test

EXTRA_DIST= \
	CMakeLists.txt \
	cmake/BZRTPConfig.cmake.in \
	cmake/FindXML2.cmake \
	config.h.cmake \
	include/CMakeLists.txt \
	src/CMakeLists.txt \
	test/CMakeLists.txt \
	README.md

test:
	cd test && $(MAKE) test

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libbzrtp.pc