summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-03-30 13:01:56 +0200
committerMartin Nagy <mnagy@redhat.com>2009-03-30 13:08:32 +0200
commita148a9f5f2659c60a534f82d0ec8736f90afa223 (patch)
tree2244198110d012ec0afa16a1a3eee64ee4057061
parentdd3b35c40b5709f8ea3ded23d4bb5fb4a9320352 (diff)
downloadldap_driver_testing-a148a9f5f2659c60a534f82d0ec8736f90afa223.tar.gz
ldap_driver_testing-a148a9f5f2659c60a534f82d0ec8736f90afa223.tar.xz
ldap_driver_testing-a148a9f5f2659c60a534f82d0ec8736f90afa223.zip
Prepare the tree for conversion to autoconf.
All source files are now moved to src/ and the old Makefile is removed.
-rw-r--r--Makefile20
-rw-r--r--src/cache.c (renamed from cache.c)0
-rw-r--r--src/cache.h (renamed from cache.h)0
-rw-r--r--src/ldap_convert.c (renamed from ldap_convert.c)0
-rw-r--r--src/ldap_convert.h (renamed from ldap_convert.h)0
-rw-r--r--src/ldap_driver.c (renamed from ldap_driver.c)0
-rw-r--r--src/ldap_helper.c (renamed from ldap_helper.c)0
-rw-r--r--src/ldap_helper.h (renamed from ldap_helper.h)0
-rw-r--r--src/log.c (renamed from log.c)0
-rw-r--r--src/log.h (renamed from log.h)0
-rw-r--r--src/rdlist.c (renamed from rdlist.c)0
-rw-r--r--src/rdlist.h (renamed from rdlist.h)0
-rw-r--r--src/semaphore.c (renamed from semaphore.c)0
-rw-r--r--src/semaphore.h (renamed from semaphore.h)0
-rw-r--r--src/settings.c (renamed from settings.c)0
-rw-r--r--src/settings.h (renamed from settings.h)0
-rw-r--r--src/str.c (renamed from str.c)0
-rw-r--r--src/str.h (renamed from str.h)0
-rw-r--r--src/util.h (renamed from util.h)0
-rw-r--r--src/zone_manager.c (renamed from zone_manager.c)0
-rw-r--r--src/zone_manager.h (renamed from zone_manager.h)0
21 files changed, 0 insertions, 20 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index ceb4bcf..0000000
--- a/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-.PHONY: all clean
-
-LIBMAJOR = 1
-LIBMINOR = 0
-
-LIBNAME = libdnsldap.so.$(LIBMAJOR).$(LIBMINOR).0
-LIBSONAME = libdnsldap.so.$(LIBMAJOR)
-OBJS = cache.o ldap_driver.o semaphore.o ldap_convert.o ldap_helper.o log.o
-OBJS += rdlist.o settings.o str.o zone_manager.o
-
-CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS)
-
-
-all: $(LIBNAME)
-
-clean:
- rm -f $(LIBNAME) *.o
-
-$(LIBNAME): $(OBJS)
- $(CC) -ldns -lldap -shared -Wl,-soname,$(LIBSONAME) $+ -o $@
diff --git a/cache.c b/src/cache.c
index fa57563..fa57563 100644
--- a/cache.c
+++ b/src/cache.c
diff --git a/cache.h b/src/cache.h
index a8f0558..a8f0558 100644
--- a/cache.h
+++ b/src/cache.h
diff --git a/ldap_convert.c b/src/ldap_convert.c
index 24da32f..24da32f 100644
--- a/ldap_convert.c
+++ b/src/ldap_convert.c
diff --git a/ldap_convert.h b/src/ldap_convert.h
index d35144a..d35144a 100644
--- a/ldap_convert.h
+++ b/src/ldap_convert.h
diff --git a/ldap_driver.c b/src/ldap_driver.c
index 8003c85..8003c85 100644
--- a/ldap_driver.c
+++ b/src/ldap_driver.c
diff --git a/ldap_helper.c b/src/ldap_helper.c
index 427191a..427191a 100644
--- a/ldap_helper.c
+++ b/src/ldap_helper.c
diff --git a/ldap_helper.h b/src/ldap_helper.h
index a0e4aea..a0e4aea 100644
--- a/ldap_helper.h
+++ b/src/ldap_helper.h
diff --git a/log.c b/src/log.c
index 216a602..216a602 100644
--- a/log.c
+++ b/src/log.c
diff --git a/log.h b/src/log.h
index 00f772d..00f772d 100644
--- a/log.h
+++ b/src/log.h
diff --git a/rdlist.c b/src/rdlist.c
index 48b2a0b..48b2a0b 100644
--- a/rdlist.c
+++ b/src/rdlist.c
diff --git a/rdlist.h b/src/rdlist.h
index d3ce2d0..d3ce2d0 100644
--- a/rdlist.h
+++ b/src/rdlist.h
diff --git a/semaphore.c b/src/semaphore.c
index 33ae9f8..33ae9f8 100644
--- a/semaphore.c
+++ b/src/semaphore.c
diff --git a/semaphore.h b/src/semaphore.h
index d417443..d417443 100644
--- a/semaphore.h
+++ b/src/semaphore.h
diff --git a/settings.c b/src/settings.c
index f217076..f217076 100644
--- a/settings.c
+++ b/src/settings.c
diff --git a/settings.h b/src/settings.h
index fce1b2a..fce1b2a 100644
--- a/settings.h
+++ b/src/settings.h
diff --git a/str.c b/src/str.c
index f5908c9..f5908c9 100644
--- a/str.c
+++ b/src/str.c
diff --git a/str.h b/src/str.h
index 4fdf177..4fdf177 100644
--- a/str.h
+++ b/src/str.h
diff --git a/util.h b/src/util.h
index 372cd4d..372cd4d 100644
--- a/util.h
+++ b/src/util.h
diff --git a/zone_manager.c b/src/zone_manager.c
index 9b1ae69..9b1ae69 100644
--- a/zone_manager.c
+++ b/src/zone_manager.c
diff --git a/zone_manager.h b/src/zone_manager.h
index 353cb85..353cb85 100644
--- a/zone_manager.h
+++ b/src/zone_manager.h