X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2FMakefile.am;h=52bf12cba41103946d839fc59723029fce99aaf7;hb=a970363f31999693ffbc0d7d6cf8a15d03677d64;hp=09645a04feaa25e058b7d2a23a999d59146873df;hpb=c4e6f4dcd943f5fc42a6f903c2ca336a343a4624;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/Makefile.am b/ltt/branches/poly/lttv/modules/gui/resourceview/Makefile.am index 09645a04..52bf12cb 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/Makefile.am @@ -24,6 +24,7 @@ AM_CFLAGS = $(GLIB_CFLAGS) AM_CFLAGS += $(GTK_CFLAGS) +AM_CFLAGS += -fvisibility=hidden LIBS += $(GLIB_LIBS) LIBS += $(GTK_LIBS) -L${top_builddir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow @@ -35,4 +36,4 @@ libresourceview_la_SOURCES = module.c eventhooks.c cfv.c processlist.c drawing. noinst_HEADERS = eventhooks.h cfv.h processlist.h drawing.h drawitem.h lttv_plugin_cfv.h -EXTRA_DIST = hGuiControlFlowInsert.xpm hLegendInsert.xpm +EXTRA_DIST = resourceview_icon.xpm hLegendInsert.xpm