localedir = $(datadir)/locale
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/include/tre
if TRE_AGREP
bin_PROGRAMS = agrep
agrep_SOURCES = agrep.c
agrep_LDADD = ../lib/libtre.la $(LTLIBINTL)
agrep_CFLAGS = -DLOCALEDIR=\"$(localedir)\"
if TRE_PROFILE
agrep_LDFLAGS = -static
endif
endif