From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31847 invoked by alias); 29 Jul 2009 18:38:28 -0000 Received: (qmail 31833 invoked by uid 9657); 29 Jul 2009 18:38:28 -0000 Date: Wed, 29 Jul 2009 18:38:00 -0000 Message-ID: <20090729183828.31831.qmail@sourceware.org> From: wysochanski@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/liblvm lvm2app.h lvm_base.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00219.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: wysochanski@sourceware.org 2009-07-29 18:38:27 Modified files: liblvm : lvm2app.h lvm_base.c Log message: Don't include lvm-version.h in exported liblvm file! Move include of lvm-version.h into lvm_base.c where it belongs. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm2app.h.diff?cvsroot=lvm2&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm_base.c.diff?cvsroot=lvm2&r1=1.12&r2=1.13 --- LVM2/liblvm/lvm2app.h 2009/07/29 13:26:01 1.1 +++ LVM2/liblvm/lvm2app.h 2009/07/29 18:38:27 1.2 @@ -14,7 +14,6 @@ #ifndef _LIB_LVM2APP_H #define _LIB_LVM2APP_H -#include "lvm-version.h" #include "libdevmapper.h" #include --- LVM2/liblvm/lvm_base.c 2009/07/29 13:26:01 1.12 +++ LVM2/liblvm/lvm_base.c 2009/07/29 18:38:27 1.13 @@ -16,6 +16,7 @@ #include "lvm2app.h" #include "toolcontext.h" #include "locking.h" +#include "lvm-version.h" const char *lvm_library_get_version(void) {