aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sample.source.LDAP3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sample.source.LDAP3/Makefile')
-rw-r--r--examples/sample.source.LDAP3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample.source.LDAP3/Makefile b/examples/sample.source.LDAP3/Makefile
index 21ee0003..a1b88470 100644
--- a/examples/sample.source.LDAP3/Makefile
+++ b/examples/sample.source.LDAP3/Makefile
@@ -175,7 +175,7 @@ OBJS=${ASN_MODULE_SOURCES:.c=.o} ${ASN_CONVERTER_SOURCES:.c=.o}
all: LDAPMessage.c $(TARGET)
$(TARGET): ${OBJS}
- $(CC) $(CPPFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)
+ $(CC) $(CFLAGS) $(CPPFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)
.SUFFIXES:
.SUFFIXES: .c .o