mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
More make distcheck fun
This commit is contained in:
parent
1ae1312091
commit
0248f98aa3
@ -5,7 +5,7 @@ AC_INIT(create_vcs)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
PACKAGE=mc
|
||||
VERSION=4.5.4
|
||||
VERSION=4.5.5
|
||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
||||
AC_SUBST(VERSION)
|
||||
|
@ -5,7 +5,7 @@ rootdir = $(srcdir)/..
|
||||
@MCFG@@MCF@
|
||||
|
||||
GNOMEDEFS = -DHAVE_X -DHAVE_GNOME @GNOME_INCLUDEDIR@
|
||||
CFLAGS = -g $(XCFLAGS) @X_CFLAGS@
|
||||
CFLAGS = -g $(XCFLAGS) @X_CFLAGS@ -I.
|
||||
CPPFLAGS = $(XCPPFLAGS) -I$(vfsdir) -I$(slangdir) $(GNOMEDEFS)
|
||||
LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEUI_LIBS@
|
||||
CORBA_LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEGNORBA_LIBS@
|
||||
@ -22,6 +22,8 @@ PIXMAPS = \
|
||||
directory.xpm \
|
||||
listing-list.xpm \
|
||||
listing-iconic.xpm \
|
||||
listing-custom.xpm \
|
||||
listing-brief-list.xpm \
|
||||
dir-close.xpm \
|
||||
dir-open.xpm
|
||||
|
||||
@ -63,6 +65,7 @@ GNOMEHDRS = \
|
||||
gcliplabel.h \
|
||||
gcmd.h \
|
||||
gconf.h \
|
||||
gcorba.h \
|
||||
gdesktop-icon.h \
|
||||
gdesktop.h \
|
||||
gdnd.h \
|
||||
|
2
mc.spec
2
mc.spec
@ -1,5 +1,5 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver 4.5.3
|
||||
%define ver 4.5.5
|
||||
%define rel SNAP
|
||||
%define prefix /usr
|
||||
|
||||
|
@ -1,18 +1,4 @@
|
||||
edit/edit_key_translator.c
|
||||
gnome/achown.c
|
||||
gnome/background.c
|
||||
gnome/boxes.c
|
||||
gnome/chmod.c
|
||||
gnome/chown.c
|
||||
gnome/cmd.c
|
||||
gnome/command.c
|
||||
gnome/dialog.c
|
||||
gnome/dir.c
|
||||
gnome/ext.c
|
||||
gnome/file.c
|
||||
gnome/filegui.c
|
||||
gnome/find.c
|
||||
gnome/fixhlp.c
|
||||
gnome/gcmd.c
|
||||
gnome/gdesktop.c
|
||||
gnome/gdialogs.c
|
||||
@ -26,29 +12,6 @@ gnome/gscreen.c
|
||||
gnome/gtools.c
|
||||
gnome/gview.c
|
||||
gnome/gwidget.c
|
||||
gnome/help.c
|
||||
gnome/hotlist.c
|
||||
gnome/i18n.h
|
||||
gnome/info.c
|
||||
gnome/layout.c
|
||||
gnome/learn.c
|
||||
gnome/main.c
|
||||
gnome/menu.c
|
||||
gnome/olddnd.c
|
||||
gnome/option.c
|
||||
gnome/panelize.c
|
||||
gnome/popthelp.c
|
||||
gnome/poptint.h
|
||||
gnome/screen.c
|
||||
gnome/subshell.c
|
||||
gnome/temp-hack.c
|
||||
gnome/tree.c
|
||||
gnome/user.c
|
||||
gnome/util.c
|
||||
gnome/utilunix.c
|
||||
gnome/view.c
|
||||
gnome/win.c
|
||||
gnome/wtools.c
|
||||
gtkedit/edit.c
|
||||
gtkedit/edit.h
|
||||
gtkedit/editcmd.c
|
||||
|
Loading…
Reference in New Issue
Block a user