Ticket #391 (history is broken).
[midnight-commander.git] / misc / Makefile.am
blob19ab73171420538f6cfabef973cab34a7a364f6c
1 ## Process this file with automake to create Makefile.in.
3 LIBFILES_OUT = mc.ext
5 noinst_DATA = xterm.ad
7 pkgdata_DATA = mc.menu.sr
9 LIBFILES_CONST = \
10         cedit.menu      \
11         edit.indent.rc \
12         edit.spell.rc \
13         mc.lib \
14         mc.menu
17 CLEANFILES = $(SCRIPTS_OUT)
19 cfgdir = $(sysconfdir)/@PACKAGE@
20 cfg_DATA = \
21         $(LIBFILES_CONST) \
22         $(LIBFILES_OUT) \
23         $(LIBFILES_ADD)
25 # Files processed by configure don't need to be here
26 EXTRA_DIST = \
27         $(LIBFILES_CONST) \
28         $(SCRIPTS_IN) \
29         $(noinst_DATA) \
30         $(pkgdata_DATA)