File: Makefile.am

package info (click to toggle)
libdatrie 0.2.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,128 kB
  • sloc: sh: 4,306; ansic: 3,908; makefile: 194
file content (16 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = datrie tools man doc tests

EXTRA_DIST =	\
	README.migration		\
	build-aux/git-version-gen	\
	$(NULL)

doc_DATA = README.migration

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = datrie-0.2.pc

dist-hook:
	echo $(VERSION) > $(distdir)/VERSION