aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-23 22:40:26 +0000
committerLev Walkin <vlm@lionet.info>2004-09-23 22:40:26 +0000
commit2be5525978b6b4830680c6e615d18a73b4f507fe (patch)
tree9079945a126743297e64762b230a14ba9c5e31ed /examples
parent73686a7c90e49c6d7e217421170a95e092bdabac (diff)
oops
Diffstat (limited to 'examples')
-rw-r--r--examples/sample.source.PKIX1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample.source.PKIX1/Makefile b/examples/sample.source.PKIX1/Makefile
index 1f7355e7..d51f4390 100644
--- a/examples/sample.source.PKIX1/Makefile
+++ b/examples/sample.source.PKIX1/Makefile
@@ -326,7 +326,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
TARGET = x509dump
-CFLAGS += -g -I. -DHAVE_CONFIG_H
+CFLAGS += -I. -DHAVE_CONFIG_H
OBJS=${ASN_MODULE_SOURCES:.c=.o} $(TARGET).o
all: $(TARGET)