compile gui plugins with -fvisibility=hidden
[lttv.git] / ltt / branches / poly / lttv / modules / gui / histogram / Makefile.am
index 0003d500e38d9509c3bd1e48808e68a67f6910cc..3cb65bb925d88b49f6c221ae21c63cfd817d09af 100644 (file)
@@ -25,6 +25,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
 
This page took 0.028217 seconds and 4 git commands to generate.