1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ole Streicher <debian@liska.ath.cx>
Date: Tue, 29 Aug 2017 13:21:57 +0200
Subject: Avoid creation of an empty directory "/usr/share/esorex/config"
---
src/Makefile.am | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index c72a45f..5b0b94c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -92,8 +92,6 @@ esorex_SOURCES = er_main.cpp
EXTRA_esorex_SOURCES = er_getopt.c er_getopt1.c er_getopt.h
-config_DATA =
-
esorex_LDFLAGS = $(CPL_LDFLAGS) $(LIBLTDL)
esorex_LDADD = @GETOPT@ $(LIBESOREX) $(EXTRA_FFI_LIBS) \
$(LIBCPLDFS) $(LIBCPLUI) $(LIBCPLCORE) $(LIBCEXT) $(LIBLTDL)
|