File: Makefile.am

package info (click to toggle)
bzrtp 4.4.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 964 kB
  • sloc: ansic: 9,509; makefile: 48; sh: 33
file content (20 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (5)
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