Revert "Commit mk files for sql modules"
authorSam Hartman <hartmans@debian.org>
Wed, 2 Dec 2015 18:38:49 +0000 (13:38 -0500)
committerSam Hartman <hartmans@debian.org>
Wed, 2 Dec 2015 18:38:49 +0000 (13:38 -0500)
Turns out committing files generated by configure causes configure to rerun which goes badly

This reverts commit 2b77b7e830222d0192f42efe66cae38f061aa34c.

src/modules/rlm_sqlhpwippool/all.mk [deleted file]
src/modules/rlm_sqlippool/all.mk [deleted file]

diff --git a/src/modules/rlm_sqlhpwippool/all.mk b/src/modules/rlm_sqlhpwippool/all.mk
deleted file mode 100644 (file)
index dc22d89..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGETNAME     := rlm_sqlhpwippool
-
-ifneq "$(TARGETNAME)" ""
-TARGET         := $(TARGETNAME).a
-endif
-
-SOURCES                := $(TARGETNAME).c
-
-SRC_CFLAGS     := 
-SRC_CFLAGS     += -I$(top_builddir)/src/modules/rlm_sql
-TGT_LDLIBS     := 
diff --git a/src/modules/rlm_sqlippool/all.mk b/src/modules/rlm_sqlippool/all.mk
deleted file mode 100644 (file)
index 6a014f0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGETNAME     := rlm_sqlippool
-
-ifneq "$(TARGETNAME)" ""
-TARGET         := $(TARGETNAME).a
-endif
-
-SOURCES                := $(TARGETNAME).c
-
-SRC_CFLAGS     := 
-SRC_CFLAGS     += -I$(top_builddir)/src/modules/rlm_sql
-TGT_LDLIBS     :=