about summary refs log tree commit diff
path: root/cli/Makefile.am
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2009-01-10 23:41:13 +0100
committerRichard Nyberg <rnyberg@murmeldjur.se>2009-01-11 15:26:54 +0100
commit50a313570f7663a22221cbc871044ec8ee3962e6 (patch)
treeac89c0b89f34c9e3c75ce943f45ca62f6002dc6b /cli/Makefile.am
parent36076a146649a4f848521c66ce68e5345cb1cafa (diff)
downloadbtpd-50a313570f7663a22221cbc871044ec8ee3962e6.tar.gz
btpd-50a313570f7663a22221cbc871044ec8ee3962e6.zip
Update build scripts for recent btpd changes. Also use only one makefile.
Diffstat (limited to 'cli/Makefile.am')
-rw-r--r--cli/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/Makefile.am b/cli/Makefile.am
deleted file mode 100644
index 3222e95..0000000
--- a/cli/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-bin_PROGRAMS=btinfo btcli
-
-btinfo_SOURCES=btinfo.c
-btinfo_LDADD=../misc/libmisc.a -lcrypto -lm
-btinfo_CPPFLAGS=-I$(top_srcdir)/misc @openssl_CPPFLAGS@
-btinfo_LDFLAGS=@openssl_LDFLAGS@
-
-btcli_SOURCES=btcli.c btcli.h add.c del.c list.c kill.c start.c stop.c stat.c
-btcli_LDADD=../misc/libmisc.a -lcrypto -lm
-btcli_CPPFLAGS=-I$(top_srcdir)/misc @openssl_CPPFLAGS@
-btcli_LDFLAGS=@openssl_LDFLAGS@