This commit is contained in:
Lev Walkin 2004-09-23 22:39:56 +00:00
parent cfb04737c6
commit 73686a7c90
1 changed files with 1 additions and 1 deletions

View File

@ -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 += -I. -g -DHAVE_CONFIG_H
CFLAGS += -g -I. -DHAVE_CONFIG_H
OBJS=${ASN_MODULE_SOURCES:.c=.o} $(TARGET).o
all: $(TARGET)