Ticket #4536: skins: add root variant of julia256 skin.
[midnight-commander.git] / src / filemanager / Makefile.am
blob0b3c3655681e6d82c93a33ca221695d550777a8d
2 noinst_LTLIBRARIES = libmcfilemanager.la
4 libmcfilemanager_la_SOURCES = \
5         achown.c \
6         boxes.c boxes.h \
7         cd.c cd.h \
8         chmod.c \
9         chown.c \
10         cmd.c cmd.h \
11         command.c command.h \
12         dir.c dir.h \
13         ext.c ext.h \
14         file.c file.h \
15         filegui.c filegui.h \
16         filemanager.h filemanager.c \
17         filenot.c filenot.h \
18         fileopctx.c fileopctx.h \
19         find.c \
20         hotlist.c hotlist.h \
21         info.c info.h \
22         ioblksize.h \
23         layout.c layout.h \
24         mountlist.c mountlist.h \
25         panelize.c panelize.h \
26         panel.c panel.h \
27         tree.c tree.h \
28         treestore.c treestore.h
30 # Unmaintained, unsupported, etc
31 #       listmode.c listmode.h
33 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)
35 if ENABLE_EXT2FS_ATTR
36 libmcfilemanager_la_SOURCES += \
37         chattr.c
38 endif