Added two macro examples:
[midnight-commander/osp/levyjaku.git] / lib / mcconfig / Makefile.am
blob5605a076f995f1343af1391d1ee056d7b6aa2bec
2 noinst_LTLIBRARIES = libmcconfig.la
4 libmcconfig_la_SOURCES = \
5         common.c \
6         get.c \
7         set.c \
8         paths.c
10 libmcconfig_la_CFLAGS = -I$(top_srcdir) \
11         $(GLIB_CFLAGS) \
12         -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"