aboutsummaryrefslogtreecommitdiff
path: root/src/op/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/op/Makefile.am')
-rw-r--r--src/op/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/op/Makefile.am b/src/op/Makefile.am
deleted file mode 100644
index 4c97de0a7..000000000
--- a/src/op/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-
-bin_PROGRAMS = op
-
-op_LDADD = -L../common -lor
-
-op_SOURCES = args.c config.c op.c routers.c auth.c ss.c \
- buffers.c crypto.c
-
-noinst_HEADERS = args.h auth.h buffers.h config.h crypto.h op.h \
- routers.h ss.h
-