summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 6a315906a890a5fd9ea70932925658e721e2f488 (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
include_HEADERS = libintl.h
lib_LTLIBRARIES = libintl.la

libintl_la_SOURCES = \
	libintl.h \
	libintl.c

EXTRA_DIST = \
	autogen.sh

MAINTAINERCLEANFILES = \
	configure \
	Makefile.in \
	aclocal.m4 \
	config.guess \
	config.sub \
	config.h.in \
	ltmain.sh \
	missing \
	depcomp \
	install-sh \
	*~ \
	$(DIST_ARCHIVES)

maintainer-clean-local:
	-chmod -R a+rw $(distdir)
	-rm -fr $(distdir)