use new lib_internal/
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 17 Feb 2004 02:39:35 +0000 (02:39 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 17 Feb 2004 02:39:35 +0000 (02:39 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@917 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/testsuite/Makefile-files
util-vserver/src/testsuite/vunify-functest.c
util-vserver/src/vunify.h

index 8a117ba..5851634 100644 (file)
@@ -44,8 +44,8 @@ src_testsuite_XTRAS =                 $(src_testsuite_check_src_SCRPTS)
 
 src_testsuite_rpm_fake_test_SOURCES =  src/testsuite/rpm-fake-test.c
 
-src_testsuite_vunify_functest_SOURCES =        src/testsuite/vunify-functest.c \
-                                       src/vunify-matchlist.c
+src_testsuite_vunify_functest_SOURCES =        src/testsuite/vunify-functest.c
+src_testsuite_vunify_functest_LDADD =  lib_internal/libinternal.a
 src_testsuite_vunify_functest_CPPFLAGS=        $(AM_CPPFLAGS) $(src_testsuite_CPPFLAGS)
 
 
index de23ad4..c6df950 100644 (file)
@@ -20,7 +20,7 @@
 #  include <config.h>
 #endif
 
-#include "vunify-matchlist.h"
+#include "lib_internal/matchlist.h"
 
 int wrapper_exit_code = 1;
 extern void    PathInfo_test();
index 0649b2a..b9d535a 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef H_UTIL_VSERVER_SRC_VUNIFY_H
 #define H_UTIL_VSERVER_SRC_VUNIFY_H
 
-#include "vunify-matchlist.h"
+#include "lib_internal/matchlist.h"
 
 struct dirent;
 struct WalkdownInfo
@@ -51,6 +51,7 @@ struct Arguments {
     bool                               do_renew;
 };
 
+struct stat;
 
 static void    visitDirEntry(struct dirent const *) NONNULL((1));
 static void    visitDir(char const *, struct stat const *) NONNULL((1));