mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
More make distcheck fixes
This commit is contained in:
parent
2651c80364
commit
459ba9ee9e
@ -5,7 +5,7 @@ rootdir = $(srcdir)
|
||||
@MCFGR@@MCF@
|
||||
|
||||
foreigndirs=pc
|
||||
codedirs=vfs lib doc slang edit gtkedit src gnome new_icons icons idl
|
||||
codedirs=vfs lib doc slang gtkedit src gnome new_icons icons idl
|
||||
unixdirs=intl $(codedirs) @POSUB@
|
||||
alldirs=$(unixdirs) $(foreigndirs)
|
||||
subdirs=$(alldirs)
|
||||
|
@ -154,8 +154,7 @@ CORBA_GENERATED = \
|
||||
FileManager-common.c
|
||||
|
||||
CORBA_SOURCES = \
|
||||
gcorba.c \
|
||||
FileManager-impl.c
|
||||
gcorba.c
|
||||
|
||||
$(CORBA_GENERATED): $(rootdir)/idl/FileManager.idl
|
||||
orbit-idl `gnome-config --cflags idl` $(rootdir)/idl/FileManager.idl
|
||||
|
@ -63,6 +63,6 @@ distclean:
|
||||
-$(RMF) $(srcdir)/*~ $(srcdir)/Makefile
|
||||
|
||||
distcopy:
|
||||
$(CP) $(DISTICONS) ../../mc-$(VERSION)/icons
|
||||
$(CP) $(DISTICONS) ../../mc-$(VERSION)/new_icons
|
||||
|
||||
depend dep:
|
||||
|
Loading…
Reference in New Issue
Block a user