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