mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
0482535bf5
files if GNOME frontend is disabled. * idl/Makefile.am: Likewise. * lib/Makefile.am: Likewise. * new_icons/Makefile.am: Likewise.
10 lines
122 B
Makefile
10 lines
122 B
Makefile
IDLFILES = FileManager.idl
|
|
|
|
if GNOME
|
|
idldir = $(prefix)/share/idl
|
|
|
|
idl_DATA = $(IDLFILES)
|
|
endif
|
|
|
|
EXTRA_DIST = $(IDLFILES)
|