ab0077ba799e5bfcc0cbb60da179f29d1dbc31e0
[midnight-commander.git] / src / filemanager / Makefile.am
blobab0077ba799e5bfcc0cbb60da179f29d1dbc31e0
2 noinst_LTLIBRARIES = libmcfilemanager.la
4 libmcfilemanager_la_SOURCES = \
5         achown.c achown.h \
6         boxes.c boxes.h \
7         chmod.c chmod.h \
8         chown.c chown.h \
9         cmd.c cmd.h \
10         command.c command.h \
11         dir.c dir.h \
12         ext.c ext.h \
13         file.c file.h \
14         filegui.c filegui.h \
15         filenot.c filenot.h \
16         fileopctx.c fileopctx.h \
17         find.c find.h \
18         hotlist.c hotlist.h \
19         info.c info.h \
20         layout.c layout.h \
21         midnight.h midnight.c \
22         mountlist.c mountlist.h \
23         option.c option.h \
24         panelize.c panelize.h \
25         panel.c panel.h \
26         tree.c tree.h \
27         treestore.c treestore.h \
28         usermenu.c usermenu.h
30 # Unmaintained, unsupported, etc
31 #       listmode.c listmode.h
33 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)
35 libmcfilemanager_la_LIBADD = ../../lib/libmc.la