diff options
Diffstat (limited to 'src/smtpap/Makefile.am')
-rw-r--r-- | src/smtpap/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/smtpap/Makefile.am b/src/smtpap/Makefile.am new file mode 100644 index 0000000000..7691c00a42 --- /dev/null +++ b/src/smtpap/Makefile.am @@ -0,0 +1,9 @@ + +bin_PROGRAMS = smtpap + +smtpap_LDADD = -L../common -lor + +smtpap_SOURCES = smtpap.c io.c + +noinst_HEADERS = smtpap.h io.h + |