2009-09-04 17:22:49 +03:00
|
|
|
noinst_LTLIBRARIES = libmcskin.la
|
|
|
|
|
|
|
|
libmcskin_la_SOURCES = \
|
|
|
|
colors.c \
|
|
|
|
colors-old.c \
|
|
|
|
common.c \
|
2009-09-08 18:07:51 +03:00
|
|
|
hc-skins.c \
|
2009-09-04 17:22:49 +03:00
|
|
|
ini-file.c \
|
2009-09-09 17:56:52 +03:00
|
|
|
lines.c \
|
2009-09-04 17:22:49 +03:00
|
|
|
internal.h
|
|
|
|
|
2010-01-08 16:47:19 +02:00
|
|
|
libmcskin_la_CFLAGS = -I$(top_srcdir) \
|
2009-09-04 17:22:49 +03:00
|
|
|
$(GLIB_CFLAGS) $(PCRE_CFLAGS) \
|
|
|
|
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"
|