Integrate adding files with the file manager
[anjuta-git-plugin.git] / plugins / search / Makefile.am
blob977f4be59f131a731489e6087b3fb24ccb2779b5
1 # Plugin glade file
2 search_gladedir = $(anjuta_glade_dir)
3 search_glade_DATA = anjuta-search.glade
5 # Plugin Icon file
6 search_pixmapsdir = $(anjuta_image_dir)
7 search_pixmaps_DATA = \
8         anjuta-search-plugin.svg \
9         anjuta-search-plugin-48.png \
10         anjuta-go-match-next-16.png \
11         anjuta-go-match-next-24.png \
12         anjuta-go-match-prev-16.png \
13         anjuta-go-match-prev-24.png
15 plugin_in_files = anjuta-search.plugin.in
16 %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
18 search_plugindir = $(anjuta_plugin_dir)
19 search_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
21 plugindir = $(anjuta_plugin_dir)
22 plugin_LTLIBRARIES = libanjuta-search.la
24 # Plugin UI file
25 search_uidir = $(anjuta_ui_dir)
26 search_ui_DATA = anjuta-search.ui
28 AM_CPPFLAGS = \
29         $(WARN_CFLAGS) \
30         $(DEPRECATED_FLAGS) \
31         $(GNOME_PRINT_UI_CFLAGS) \
32         $(GNOME_VFS_CFLAGS) \
33         $(LIBANJUTA_CFLAGS) \
34         -I$(top_srcdir)/tagmanager/include
36 libanjuta_search_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
38 libanjuta_search_la_LIBADD = \
39         $(GNOME_PRINT_UI_LIBS) \
40         $(GNOME_UI_LIBS) \
41         $(GLADE_LIBS) \
42         $(LIBANJUTA_LIBS) \
43         $(top_builddir)/tagmanager/libanjuta-ctags.la
45 libanjuta_search_la_SOURCES= \
46         plugin.c \
47         plugin.h \
48         search-replace.c \
49         search-replace.h \
50         search-replace_backend.c \
51         search-replace_backend.h \
52         search_preferences.c \
53         search_preferences.h
55 EXTRA_DIST = \
56         $(plugin_in_files) \
57         $(search_plugin_DATA) \
58         $(search_ui_DATA) \
59         $(search_pixmaps_DATA) \
60         $(search_glade_DATA)