fixed relative symlink operations. Symlink now stay relative
[midnight-commander.git] / lib / strutil / Makefile.am
blobe7aceaf59fdb3fe27028e1896375b3f40e5c2926
1 noinst_LTLIBRARIES = libmcstrutil.la
3 libmcstrutil_la_SOURCES = \
4         strescape.c \
5         strutil8bit.c \
6         strutilascii.c \
7         strutil.c \
8         strutilutf8.c \
9         strverscmp.c
13 libmcstrutil_la_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)