From 4fc0294d9b1a4a4d6704d0630ea675cfbaf446c7 Mon Sep 17 00:00:00 2001 From: chris2511 Date: Wed, 13 Aug 2003 08:21:52 +0000 Subject: [PATCH] main.cpp moved to lib/ --- lib/Makefile.in | 2 +- {view => lib}/main.cpp | 0 view/Makefile.in | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {view => lib}/main.cpp (100%) diff --git a/lib/Makefile.in b/lib/Makefile.in index d19252f3..7654d4da 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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 diff --git a/view/main.cpp b/lib/main.cpp similarity index 100% rename from view/main.cpp rename to lib/main.cpp diff --git a/view/Makefile.in b/view/Makefile.in index f4003c82..29a96217 100644 --- a/view/Makefile.in +++ b/view/Makefile.in @@ -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))