File: Makefile.am

package info (click to toggle)
psocksxx 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 476 kB
  • sloc: cpp: 1,856; makefile: 115
file content (23 lines) | stat: -rw-r--r-- 263 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
21
22
23
## Makefile.am

# amflags
ACLOCAL_AMFLAGS = -I aux-build/m4

# sub dirs
SUBDIRS = \
	doc \
	include \
	lib \
	src \
	test

# extra dist files
EXTRA_DIST = \
	changelog \
	README.md


# pkg-config
pkgconfigdir   = $(libdir)/pkgconfig
pkgconfig_DATA = psocksxx.pc