53f6997731ae357051bd1351febe94a0fa86ffa1
[apps/madmutt.git] / lib-lua / Makefile.am
1 noinst_LIBRARIES = liblua.a
2
3 liblua_a_SOURCES = lib-lua.h \
4                    runtime.c
5
6 noinst_HEADERS   = lib-lua.h
7
8 DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
9         -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \
10         -DHAVE_CONFIG_H=1 -DPKGDOCDIR=\"$(docdir)\"
11
12 -include ../cflags.mk