Commit mk files for sql modules
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 May 2015 16:19:06 +0000 (12:19 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 May 2015 21:35:47 +0000 (17:35 -0400)
src/modules/rlm_sqlhpwippool/all.mk [new file with mode: 0644]
src/modules/rlm_sqlippool/all.mk [new file with mode: 0644]

diff --git a/src/modules/rlm_sqlhpwippool/all.mk b/src/modules/rlm_sqlhpwippool/all.mk
new file mode 100644 (file)
index 0000000..dc22d89
--- /dev/null
@@ -0,0 +1,11 @@
+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
new file mode 100644 (file)
index 0000000..6a014f0
--- /dev/null
@@ -0,0 +1,11 @@
+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     :=