summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-02-07 11:25:01 -0500
committerJune McEnroe <june@causal.agency>2023-02-07 11:25:01 -0500
commit7370eac9a41a1d37397092760f7e7a18edb26078 (patch)
tree474752658f7209d23b7350e97f7f37de7614697d /Makefile
parentSet msg.cmd to NULL if it is empty string (diff)
downloadpounce-7370eac9a41a1d37397092760f7e7a18edb26078.tar.gz
pounce-7370eac9a41a1d37397092760f7e7a18edb26078.zip
Remove pounce-edit
Temporarily? It never got finished and I need to be able to cut new
releases of pounce without it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6d72bdd..c7c1ef7 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,6 @@ MANS = ${BINS:=.1}
 
 LDLIBS.calico =
 LDLIBS.pounce = ${LDADD.crypt} ${LDADD.libtls}
-LDLIBS.pounce-edit = ${LDADD.libtls}
 LDLIBS.pounce-notify = ${LDADD.libtls}
 LDLIBS.pounce-palaver = ${LDADD.libcurl} ${LDADD.libtls} ${LDADD.sqlite3}
 
@@ -30,13 +29,11 @@ OBJS.pounce += server.o
 OBJS.pounce += state.o
 OBJS.pounce += xdg.o
 
-OBJS.pounce-edit = edit.o xdg.o
 OBJS.pounce-notify = notify.o
 OBJS.pounce-palaver = palaver.o xdg.o
 
 OBJS += ${OBJS.calico}
 OBJS += ${OBJS.pounce}
-OBJS += ${OBJS.pounce-edit}
 OBJS += ${OBJS.pounce-notify}
 OBJS += ${OBJS.pounce-palaver}
 
@@ -46,7 +43,6 @@ all: ${BINS}
 
 calico: ${OBJS.calico}
 pounce: ${OBJS.pounce}
-pounce-edit: ${OBJS.pounce-edit}
 pounce-notify: ${OBJS.pounce-notify}
 pounce-palaver: ${OBJS.pounce-palaver}
 
ow=1'>build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe