summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
blob: 4796fda9635d37332760c3517d4331cfe1926e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CPPFLAGS = -I$(top_srcdir)/src/include

lib_LTLIBRARIES = libaplwc.la
libaplwc_la_SOURCES = \
	init.c \
	wrappers.c \
	defs.h \
	fns.h \
	types.h \
	nls.h

localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@