diff options
| author | Martin Nagy <mnagy@redhat.com> | 2009-01-14 16:41:12 +0100 |
|---|---|---|
| committer | Martin Nagy <mnagy@redhat.com> | 2009-01-14 16:41:12 +0100 |
| commit | b5a1cfb1cded6a31719da75525aa6ffb7d0915f3 (patch) | |
| tree | ce37ffd4c18a918bd1977c89ff0bde8a36881b0f /Makefile | |
| parent | 4a78983d04dc77729b75d1620c41f1d2d140e8cc (diff) | |
Add LDAP helper routines.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ LIBMINOR = 0 LIBNAME = libdnsldap.so.$(LIBMAJOR).$(LIBMINOR).0 LIBSONAME = libdnsldap.so.$(LIBMAJOR) -OBJS = ldap_driver.o semaphore.o log.o settings.o str.o +OBJS = ldap_driver.o semaphore.o ldap_helper.o log.o settings.o str.o CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS) |
