diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-02-23 22:20:10 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-02-23 22:20:10 +0100 |
commit | 8d629ca48e9b5530416127e2e52c945fe1f9ee52 (patch) | |
tree | 11fd1e27349343110dd041f177822cdf85af3710 /libltdl | |
parent | 0a8624a39a7d0a99963153533a7ca3092154d3bd (diff) | |
download | mad-8d629ca48e9b5530416127e2e52c945fe1f9ee52.tar mad-8d629ca48e9b5530416127e2e52c945fe1f9ee52.zip |
Verarbeitung von XML-Paketen
Diffstat (limited to 'libltdl')
-rw-r--r-- | libltdl/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libltdl/Makefile.in b/libltdl/Makefile.in index e0fe3ff..d122409 100644 --- a/libltdl/Makefile.in +++ b/libltdl/Makefile.in @@ -268,6 +268,8 @@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +libxml2_CFLAGS = @libxml2_CFLAGS@ +libxml2_LIBS = @libxml2_LIBS@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ |