File: Makefile.am

package info (click to toggle)
libotr 4.1.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,172 kB
  • sloc: sh: 22,154; ansic: 11,887; makefile: 125
file content (14 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS = -I config

SUBDIRS = src toolkit
if BUILD_TESTS
SUBDIRS += tests
endif

EXTRA_DIST = Protocol-v3.html UPGRADING packaging libotr.m4 libotr.pc.in bootstrap

aclocaldir = $(datadir)/aclocal
aclocal_DATA = libotr.m4

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