12 lines
359 B
Makefile
12 lines
359 B
Makefile
#------------------------------------------------------------------------------
|
|
# Process this file with automake to produce Makefile.in.
|
|
#------------------------------------------------------------------------------
|
|
|
|
SUBDIRS = po docs src
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
DIST_OTHER = COPYING
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = config.rpath m4/ChangeLog
|