repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Enable -Wunused-but-set-variable flag by default.
[midnight-commander.git]
/
lib
/
skin
/
Makefile.am
blob
918cdeaddf9a6bbe61fdf6b3e70daa34673fea2d
1
noinst_LTLIBRARIES = libmcskin.la
2
3
libmcskin_la_SOURCES = \
4
colors.c \
5
colors-old.c \
6
common.c \
7
hc-skins.c \
8
ini-file.c \
9
lines.c \
10
internal.h
11
12
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)