fix testsuite structure
authorKlaus Kaempf <kkaempf@suse.de>
Fri, 13 Jan 2006 21:41:54 +0000 (21:41 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Fri, 13 Jan 2006 21:41:54 +0000 (21:41 +0000)
testsuite/Makefile.am [new file with mode: 0644]
testsuite/solver/Makefile.am

diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
new file mode 100644 (file)
index 0000000..3d5462d
--- /dev/null
@@ -0,0 +1,4 @@
+#
+# Makefile.am for libzypp/testsuite
+#
+SUBDIRS = zypp solver
index e0958ecdea3ff666aca432e1dbdfdc2b3dcaf6d9..be7d61bda8eff5e2c0ef7acbfc7ddc6b7a0fd9a8 100644 (file)
@@ -19,7 +19,7 @@ INCLUDES=                                             \
        -DG_LOG_DOMAIN=\"testsuite\"                    \
        -Wall
 
-LIBZYPP_LIBS = -lxml2 -lz -lm -lpthread -lrt -lz -lbz2 -lzypp_base
+LIBZYPP_LIBS = -lxml2 -lz -lm -lpthread -lrt -lz -lbz2 -lzypp
 
 # We're not ready for this yet.
 #check_PROGRAMS = deptestomatic.multi
@@ -31,7 +31,7 @@ utils_single_SOURCES =                                        \
 
 utils_single_LDFLAGS =                                 \
        -L$(top_srcdir)/zypp/solver/temporary/.libs     \
-       -L$(top_srcdir)/zypp/base/.libs
+       -L$(top_srcdir)/zypp/
 
 utils_single_LDADD =                                   \
        -lzypp_solver_temporary                         \