Fix cursor position after execution of external script.
[pantumic.git] / src / filemanager / Makefile.am
blob1d9c5c0a1a634c3e877f3378ad1b2298f3783358
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         complete.c \
12         dir.c dir.h \
13         ext.c ext.h \
14         file.c file.h \
15         filegui.c filegui.h \
16         filenot.c \
17         fileopctx.c fileopctx.h \
18         find.c find.h \
19         hotlist.c hotlist.h \
20         info.c info.h \
21         layout.c layout.h \
22         listmode.c listmode.h \
23         midnight.h midnight.c \
24         option.c option.h \
25         panelize.c panelize.h \
26         panel.c panel.h \
27         tree.c tree.h \
28         treestore.c treestore.h \
29         usermenu.c usermenu.h
31 #if USE_MOUNTLIST
32 libmcfilemanager_la_SOURCES += mountlist.c mountlist.h
33 #endif
35 libmcfilemanager_la_CFLAGS = -I$(top_srcdir) \
36         $(GLIB_CFLAGS) $(PCRE_CFLAGS) \
37         -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"
39 libmcfilemanager_la_LIBADD = ../../lib/libmc.la