Updated Spanish translation
[anjuta-git-plugin.git] / plugins / language-manager / Makefile.am
blob4e3f8a38decd7fa60ad14711ac5faf80eed71453
1 # Plugin Icon file
2 language_manager_pixmapsdir = $(anjuta_image_dir)
3 language_manager_pixmaps_DATA = \
4         anjuta-language-manager-plugin.svg \
5         anjuta-language-manager-plugin-48.png
7 language_manager_xmldir = $(anjuta_data_dir)
8 language_manager_xml_DATA = languages.xml
10 # Plugin description file
11 plugin_in_files = language-manager.plugin.in
12 %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
14 language_manager_plugindir = $(anjuta_plugin_dir)
15 language_manager_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
17 # NOTE :
18 # The naming convention is very intentional
19 # We are forced to use the prefix 'lib' by automake and libtool
20 #    There is probably a way to avoid it but it is not worth to effort
21 #    to find out.
22 # The 'anjuta_' prfix is a safety measure to avoid conflicts where the
23 #    plugin 'libpython.so' needs to link with the real 'libpython.so'
25 # Include paths
26 AM_CPPFLAGS = \
27         $(LIBANJUTA_CFLAGS) 
29 # Where to install the plugin
30 plugindir = $(anjuta_plugin_dir)
32 # The plugin
33 plugin_LTLIBRARIES = liblanguage-manager.la
35 # Plugin sources
36 liblanguage_manager_la_SOURCES = plugin.c plugin.h
38 # Plugin dependencies
39 liblanguage_manager_la_LIBADD = \
40         $(LIBANJUTA_LIBS) 
42 EXTRA_DIST = \
43         $(plugin_in_files) \
44         $(language_manager_plugin_DATA) \
45         $(langauge_manager_xml_DATA) \
46         $(language_manager_pixmaps_DATA) \
47         languages.xml