blob: c474c143f831e82177bfbbf1f290da3690844cbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
localedir = $(datadir)/locale
SUBDIRS = intl lib include doc po src m4
AM_CFLAGS = -Wall -Wstrict-prototypes -g
INCLUDES = -I$(includedir)
ACLOCAL_AMFLAGS = -I m4
bin_SCRIPTS = baltisot-config
EXTRA_DIST = config.rpath mkinstalldirs baltisot.m4
|