main.cpp moved to lib/

This commit is contained in:
chris2511 2003-08-13 08:21:52 +00:00
parent 00b6f27be2
commit 4fc0294d9b
3 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ CFLAGS=@ac_CC_WARN@ @ac_DEBUG@
NAMES=func asn1int asn1time x509name x509rev x509v3ext pass_info \
pki_key pki_x509super pki_x509req pki_x509 \
pki_pkcs12 pki_temp pki_crl pki_pkcs7 \
db_base oid
db_base oid main.cpp
MOCNAMES=pki_base db_key db_x509super db_x509req db_x509 db_temp db_crl load_obj

View File

@ -20,7 +20,7 @@ CFLAGS=@ac_CC_WARN@ @ac_DEBUG@
NAMES= XcaListView KeyView ReqView TempView CertView CrlView
OBJS=$(patsubst %,moc_%.o,$(NAMES)) $(patsubst %,%.o,$(NAMES)) main.o
OBJS=$(patsubst %,moc_%.o,$(NAMES)) $(patsubst %,%.o,$(NAMES))
MOC_CPP=$(patsubst %,moc_%.cpp,$(NAMES))