compile gui plugins with -fvisibility=hidden
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / Makefile.am
index 82e3054913849513f27c65d87523f7271fdcd5cd..cd98834a5464cb5f9ddee240aafc7ffff86a3d34 100644 (file)
@@ -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
 
This page took 0.024136 seconds and 4 git commands to generate.