diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-04-05 19:22:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-04-05 19:22:50 (GMT) |
commit | 929150f18d23d82e8390bd98e31b1edb34bc09f1 (patch) | |
tree | d33ca3b894dd9c7cc714a6eac696fade2b813cdf /plugins/theseus/Makefile.am | |
parent | c853ed6c88a82e2859033c4111b0edb0372bc570 (diff) |
Created a plugin to follow the control.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@149 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/theseus/Makefile.am')
-rw-r--r-- | plugins/theseus/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/theseus/Makefile.am b/plugins/theseus/Makefile.am new file mode 100644 index 0000000..8040bb4 --- /dev/null +++ b/plugins/theseus/Makefile.am @@ -0,0 +1,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) |