From 6f179a314134e9db75853ce39ffe9a6741793c76 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 2 Jun 1998 16:14:49 +0000 Subject: [PATCH] swapped lib and src directories. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c08f2026..94842009 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ if GLIBTOP_EXAMPLES examples_SUBDIRS = examples endif -built_SUBDIRS = include sysdeps src lib +built_SUBDIRS = include sysdeps lib src SUBDIRS = po intl support macros $(built_SUBDIRS) $(examples_SUBDIRS)