mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* Makefile.in: Move here gnome-specific definitions from
../Make.common.in.
This commit is contained in:
parent
a08a62bef3
commit
98938f0035
@ -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>.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user