diff options
| author | Martin Nagy <mnagy@redhat.com> | 2009-01-09 22:20:10 +0100 |
|---|---|---|
| committer | Martin Nagy <mnagy@redhat.com> | 2009-01-09 22:20:10 +0100 |
| commit | c502e4dc085a04c8aab113e6ca0d38113818240e (patch) | |
| tree | bbdda78583355d62240f6181070a9c6923e628c0 /Makefile | |
| parent | 2c173cfea94028290965d01df22bc24761cfbe65 (diff) | |
Add a generic settings helper.
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 str.o +OBJS = ldap_driver.o semaphore.o log.o settings.o str.o CFLAGS := -Wall -Wextra -pedantic -std=c99 -g -fPIC $(CFLAGS) |
