File: Makefile.am

package info (click to toggle)
apertium-separable 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: cpp: 418; python: 288; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
pkgconfigdir = $(libdir)/pkgconfig
dist_pkgconfig_DATA = apertium-separable.pc

SUBDIRS = src

EXTRA_DIST=autogen.sh

test:
	(cd tests; ./run_tests.py)