summaryrefslogtreecommitdiff
path: root/src/plugins/Makefile.am
blob: 555c4499d65b93542da6b261afd39e4db0550e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

noinst_LTLIBRARIES = libplugins.la

libplugins_la_SOURCES =						\
	dt.h dt.c								\
	manager-int.h							\
	manager.h manager.c						\
	native-int.h							\
	native.h native.c						\
	pglist.h pglist.c						\
	plugin-def.h							\
	plugin-int.h							\
	plugin.h plugin.c						\
	self.h

libplugins_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)


devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)

dev_HEADERS = $(libplugins_la_SOURCES:%c=)