xref: /freebsd/contrib/file/Makefile.am (revision 1f474190)
1ACLOCAL_AMFLAGS = -I m4
2
3EXTRA_DIST = MAINT
4
5SUBDIRS = src magic tests doc python
6
7# This variable must have 'exec' in its name, in order to be installed
8# by 'install-exec' target (instead of default 'install-data')
9pkgconfigexecdir = $(libdir)/pkgconfig
10pkgconfigexec_DATA = libmagic.pc
11