mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* mdemo2/Makefile.am (INCLUDES): Include `$(top_srcdir)/../libltdl'
instead of `../libltdl'.
This commit is contained in:
parent
27a9392fb1
commit
37b1fa6d14
@ -1,3 +1,7 @@
|
||||
2003-09-26 Alfred M. Szmidt <ams@kemisten.nu>
|
||||
* mdemo2/Makefile.am (INCLUDES): Include `$(top_srcdir)/../libltdl'
|
||||
instead of `../libltdl'.
|
||||
|
||||
2003-09-24 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* bootstrap: Rewritten to use autoreconf.
|
||||
|
@ -3,7 +3,7 @@
|
||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||
ACLOCAL_AMFLAGS = -I ../m4
|
||||
|
||||
INCLUDES = -I../libltdl
|
||||
INCLUDES = -I$(top_srcdir)/../libltdl
|
||||
|
||||
bin_PROGRAMS = mdemo2 mdemo2_static
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user