File: Makefile.am

package info (click to toggle)
libdatrie 0.2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,244 kB
  • sloc: sh: 5,045; ansic: 4,292; makefile: 205
file content (14 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = datrie tools man doc tests

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

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

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