10 lines
197 B
Makefile
10 lines
197 B
Makefile
# This Makefile.am is in the public domain
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = src po pkgconfig
|
|
|
|
EXTRA_DIST = config.rpath \
|
|
install-sh
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|