1pkglibexecdir = $(libexecdir)/@PACKAGE@ 2 3pkglibexec_PROGRAMS = cons.saver 4 5cons_saver_SOURCES = cons.saver.c 6 7AM_CPPFLAGS = -I$(top_srcdir) 8