mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Find test case for srcdir != builddir, miscellaneous cleanups.
Sun Aug 12 10:09:00 2001 Owen Taylor <otaylor@redhat.com> * tests/iochannel-test.c (main): Find test case for srcdir != builddir, miscellaneous cleanups. * tests/Makefile.am (EXTRA_DIST): Distribute casefold.txt, casemap.txt iochannel-test-infile. * glib-2.0-uninstalled.pc.in: Fix for move of glib files into subdir. (Pointed out by Steve Baker)
This commit is contained in:
@@ -13,14 +13,19 @@ libadd_libglib = $(libglib)
|
||||
no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(test_scripts) \
|
||||
makefile.msc.in \
|
||||
makefile.mingw.in \
|
||||
EXTRA_DIST = \
|
||||
$(test_scripts) \
|
||||
makefile.msc.in \
|
||||
makefile.mingw.in \
|
||||
casefold.txt \
|
||||
casemap.txt \
|
||||
gen-casefold-txt.pl \
|
||||
gen-casemap-txt.pl \
|
||||
iochannel-test-infile \
|
||||
utf8.txt
|
||||
|
||||
BUILT_EXTRA_DIST = \
|
||||
makefile.mingw \
|
||||
BUILT_EXTRA_DIST = \
|
||||
makefile.mingw \
|
||||
makefile.msc
|
||||
|
||||
if HAVE_CXX
|
||||
|
Reference in New Issue
Block a user