projects
/
claws.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
49c7e03cba6dbdec8daa1ac3df5007bef2e42ab8
[claws.git]
/
src
/
plugins
/
demo
/
Makefile.am
1
libdir = $(PLUGINDIR)
2
3
lib_LTLIBRARIES = demo.la
4
5
demo_la_SOURCES = \
6
demo.c
7
8
demo_la_LDFLAGS = \
9
-avoid-version -module
10
11
INCLUDES = \
12
-I../../common
13
14
CPPFLAGS = \
15
$(GLIB_CFLAGS)