this is experimental too
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 20 Jul 2006 14:03:24 +0000 (14:03 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 20 Jul 2006 14:03:24 +0000 (14:03 +0000)
25 files changed:
zypp/source/Makefile.am
zypp2/source/Makefile.am
zypp2/source/sqlite-source/Makefile.am [moved from zypp/source/sqlite-source/Makefile.am with 100% similarity]
zypp2/source/sqlite-source/SqliteAccess.cc [moved from zypp/source/sqlite-source/SqliteAccess.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteAccess.h [moved from zypp/source/sqlite-source/SqliteAccess.h with 100% similarity]
zypp2/source/sqlite-source/SqliteAtomImpl.cc [moved from zypp/source/sqlite-source/SqliteAtomImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteAtomImpl.h [moved from zypp/source/sqlite-source/SqliteAtomImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqliteLanguageImpl.cc [moved from zypp/source/sqlite-source/SqliteLanguageImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteLanguageImpl.h [moved from zypp/source/sqlite-source/SqliteLanguageImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqliteMessageImpl.cc [moved from zypp/source/sqlite-source/SqliteMessageImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteMessageImpl.h [moved from zypp/source/sqlite-source/SqliteMessageImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqlitePackageImpl.cc [moved from zypp/source/sqlite-source/SqlitePackageImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqlitePackageImpl.h [moved from zypp/source/sqlite-source/SqlitePackageImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqlitePatchImpl.cc [moved from zypp/source/sqlite-source/SqlitePatchImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqlitePatchImpl.h [moved from zypp/source/sqlite-source/SqlitePatchImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqlitePatternImpl.cc [moved from zypp/source/sqlite-source/SqlitePatternImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqlitePatternImpl.h [moved from zypp/source/sqlite-source/SqlitePatternImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqliteProductImpl.cc [moved from zypp/source/sqlite-source/SqliteProductImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteProductImpl.h [moved from zypp/source/sqlite-source/SqliteProductImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqliteScriptImpl.cc [moved from zypp/source/sqlite-source/SqliteScriptImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteScriptImpl.h [moved from zypp/source/sqlite-source/SqliteScriptImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqliteSourceImpl.cc [moved from zypp/source/sqlite-source/SqliteSourceImpl.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteSourceImpl.h [moved from zypp/source/sqlite-source/SqliteSourceImpl.h with 100% similarity]
zypp2/source/sqlite-source/SqliteSources.cc [moved from zypp/source/sqlite-source/SqliteSources.cc with 100% similarity]
zypp2/source/sqlite-source/SqliteSources.h [moved from zypp/source/sqlite-source/SqliteSources.h with 100% similarity]

index d2e7c67..0a791cd 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 ## ##################################################
 
-SUBDIRS = plaindir susetags yum sqlite-source
+SUBDIRS = plaindir susetags yum
 
 INCLUDES =                                     \
        -DZYPP_BASE_LOGGER_LOGGROUP=\"source\"
@@ -32,7 +32,6 @@ lib@PACKAGE@_source_la_SOURCES = \
 lib@PACKAGE@_source_la_LIBADD = \
                plaindir/lib@PACKAGE@_source_plaindir.la        \
                susetags/lib@PACKAGE@_source_susetags.la        \
-               yum/lib@PACKAGE@_source_yum.la \
-               sqlite-source/lib@PACKAGE@_source_sqlite.la
+               yum/lib@PACKAGE@_source_yum.la 
 
 ## ##################################################
index 7e3435f..626ad44 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 ## ##################################################
 
-SUBDIRS = yum
+SUBDIRS = yum 
 
 INCLUDES =                                     \
        -DZYPP_BASE_LOGGER_LOGGROUP=\"source2\"
@@ -20,5 +20,5 @@ lib@PACKAGE@2_source_la_SOURCES = dummy.cc
 
 lib@PACKAGE@2_source_la_LIBADD = \
                yum/lib@PACKAGE@2_source_yum.la
-
+    
 ## ##################################################