libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mdemo2 include ltdl fixes


From: Peter O'Gorman
Subject: mdemo2 include ltdl fixes
Date: Tue, 28 Oct 2003 22:52:39 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030902 Thunderbird/0.2

Hi,
The below seems pretty obvious to me, but I thought I'd better ask anyway.

I'm not entirely sure what the mdemo2 test tests that is not already tested by mdemo anyway. Perhaps the whole thing could be removed?

Peter
--
Peter O'Gorman - http://www.pogma.com

Index: ChangeLog
2003-10-28  Peter O'Gorman  <address@hidden>

        * tests/mdemo2/Makefile.am: Let mdemo2 find ltdl.h again.

from  Gary V. Vaughan  <address@hidden>
Index: tests/mdemo2/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/mdemo2/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- tests/mdemo2/Makefile.am 15 Oct 2003 08:09:07 -0000 1.2
+++ tests/mdemo2/Makefile.am 28 Oct 2003 13:46:05 -0000
@@ -20,7 +20,7 @@
 AUTOMAKE_OPTIONS = no-dependencies foreign
 ACLOCAL_AMFLAGS  = -I ../../m4
 
-AM_CPPFLAGS = -I$(top_distdir)/libltdl
+AM_CPPFLAGS = -I$(top_srcdir)/../../libltdl
 
 bin_PROGRAMS = mdemo2 mdemo2_static
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]