repo.or.cz
/
midnight-commander
/
osp
/
levyjaku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added two macro examples:
[midnight-commander/osp/levyjaku.git]
/
lib
/
mcconfig
/
Makefile.am
blob
5605a076f995f1343af1391d1ee056d7b6aa2bec
1
2
noinst_LTLIBRARIES = libmcconfig.la
3
4
libmcconfig_la_SOURCES = \
5
common.c \
6
get.c \
7
set.c \
8
paths.c
9
10
libmcconfig_la_CFLAGS = -I$(top_srcdir) \
11
$(GLIB_CFLAGS) \
12
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"
13