summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: e19a80dca9929b1361ffb537447dbb60d0372c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = \
	exports

SUBDIRS = po

AM_CPPFLAGS = \
	-I$(top_builddir)/include \
	-I$(top_srcdir)/include \
	-DLOCALEDIR=\"$(localedir)\"

pkgconfdir = $(libdir)/pkgconfig
sysincludedir = $(includedir)/sys

pkgconf_DATA = libacl.pc
pkginclude_HEADERS =
sysinclude_HEADERS =
bin_PROGRAMS =
lib_LTLIBRARIES =
noinst_HEADERS =
noinst_LTLIBRARIES =
dist_doc_DATA =
dist_man_MANS =

update-po:
	$(MAKE) -C po $@

include doc/Makemodule.am
include examples/Makemodule.am
include include/Makemodule.am
include libacl/Makemodule.am
include libmisc/Makemodule.am
include man/Makemodule.am
include test/Makemodule.am
include tools/Makemodule.am