remove mutex, redesigned skin user interface, adjusted Makefiles and configure.in...
[mozilla_edje_plugin.git] / src / Makefile.am
blob2cc0b9791aef09a9247f2f4340f4e8a30d481b76
1 pluginsdir = $(HOME)/.mozilla/plugins
3 plugins_LTLIBRARIES = \
4         mozilla_edje_plugin.la
6 mozilla_edje_plugin_la_SOURCES = \
7         plugin.c npunix.c
9 mozilla_edje_plugin_la_DEPENDENCIES = \
10         plugin.h
12 mozilla_edje_plugin_la_CFLAGS = \
13         -fpic -fPIC -DPIC -DXP_UNIX -DMOZ_X11 \
14         @ECORE_CFLAGS@ \
15         @EVAS_CFLAGS@ \
16         @EDJE_CFLAGS@ \
17         @MOZILLA_PLUGIN_CFLAGS@
19 mozilla_edje_plugin_la_LDFLAGS = \
20         -module -avoid-version
22 mozilla_edje_plugin_la_LIBADD = \
23         @ECORE_LIBS@ \
24         @EVAS_LIBS@ \
25         @EDJE_LIBS@ \
26         @MOZILLA_PLUGIN_LIBS@