* Makefile.in: Move here gnome-specific definitions from

../Make.common.in.
This commit is contained in:
Pavel Roskin 2001-07-06 21:13:01 +00:00
parent a08a62bef3
commit 98938f0035
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-07-06 Pavel Roskin <proski@gnu.org>
* Makefile.in: Move here gnome-specific definitions from
../Make.common.in.
2001-06-26 Pavel Roskin <proski@gnu.org>
* gmc-chargrid.c: Include <config.h>.

View File

@ -7,7 +7,15 @@ top_builddir = ..
top_srcdir = $(srcdir)/..
@MCF@
GNOMEDEFS = -DHAVE_X -DHAVE_GNOME @GNOME_INCLUDEDIR@
corbadir = $(sysconfdir)/CORBA/servers
desktopdir = $(mclibdir)/desktop-scripts
gnewdir = $(prefix)/share/mc/templates
gnomeicondir = @gnomeicondir@
icondir = $(datadir)/pixmaps/mc
GNOMEDEFS = -DHAVE_X -DHAVE_GNOME -DICONDIR=\""$(icondir)/"\" \
-DDESKTOP_INIT_DIR=\""$(desktopdir)/"\" \
@GNOME_INCLUDEDIR@
CFLAGS = $(XCFLAGS)
CPPFLAGS = $(XCPPFLAGS) -I. -I$(gnomedir) -I$(mcsrcdir) $(GNOMEDEFS)