1 2 3 4 5 6 7 8
bin_PROGRAMS = pjctl pjctl_SOURCES = pjctl.c pjctl_LDADD = $(crypto_LIBS) AM_CPPFLAGS = $(crypto_CFLAGS) AM_CFLAGS = $(GCC_CFLAGS)