fixed out-of-tree-builds

This commit is contained in:
Enrico Weigelt, metux IT service 2009-01-30 16:46:44 +01:00
parent f664b98714
commit e3a3890a3a
4 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,9 @@
2009-01-30 Enrico Weigelt, metux ITS <weigelt@metux.de>
* src/Makefile.am, edit/Makefile.am vfs/Makefile.am: fixed #208
(out-of-tree builds)
2009-01-29 Mikhail S. Pobolovets <styx.mp@gmail.com>
* lib/mc.ext.in: update for OpenOffice and StarOffice viewer.
odt2txt is now used

View File

@ -1,4 +1,4 @@
AM_CFLAGS = $(GLIB_CFLAGS)
AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
if USE_EDIT
noinst_LIBRARIES = libedit.a

View File

@ -1,4 +1,4 @@
AM_CFLAGS = $(GLIB_CFLAGS)
AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
localedir = $(datadir)/locale
pkglibexecdir = $(libexecdir)/@PACKAGE@

View File

@ -1,16 +1,12 @@
if USE_SAMBA_FS
SUBDIRS = samba extfs
else
SUBDIRS = extfs
SAMBA_CFLAGS = -DCONFIGDIR=\""@configdir@"\"
SAMBA_SUBDIRS = samba
endif
DIST_SUBDIRS = extfs
if USE_SAMBA_FS
AM_CFLAGS = $(GLIB_CFLAGS) -DCONFIGDIR=\""@configdir@"\"
else
AM_CFLAGS = $(GLIB_CFLAGS)
endif
SUBDIRS = extfs $(SAMBA_SUBDIRS)
AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(SAMBA_CFLAGS)
BASICFILES = \
cpio.c \