blob: 3a4ddc1f40ce49b95f6c847693b3eb169c1fabeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
noinst_LTLIBRARIES = libdalvikoperands.la
libdalvikoperands_la_SOURCES = \
args.h args.c \
pool.h pool.c \
register.h register.c
libdalvikoperands_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src
devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libdalvikoperands_la_SOURCES:%c=)
|