summaryrefslogtreecommitdiff
path: root/plugins/theseus/Makefile.am
blob: 8040bb4d21f26d0c73eae345a32b29e8d5c9edb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

lib_LTLIBRARIES = libtheseus.la

libtheseus_la_SOURCES =					\
	theseus.h theseus.c

libtheseus_la_CFLAGS = $(AM_CFLAGS)


INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I../../src

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)