blob: 7b2f0156f04c3ca47ff49f5450c756b90d062b23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
bin_PROGRAMS = mkid lid fid fnid xtokid
dist_bin_SCRIPTS = eid aid gid defid
AM_CPPFLAGS = -I$(top_srcdir)/libidu \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/intl \
-DDATADIR=\"$(datadir)\" \
-DLOCALEDIR=\"$(datadir)/locale\" \
-DLANGUAGE_MAP_FILE=\"$(datadir)/id-lang.map\"
LDADD = ../libidu/libidu.a $(LIBINTL) ../lib/libgnu.a
|