compile gui plugins with -fvisibility=hidden
[lttv.git] / ltt / branches / poly / lttv / modules / gui / detailedevents / Makefile.am
index a4220687c1157955e128c1fb5c018e13821e9d2c..20cfacef40a940660722317f323486f0390482a8 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.024128 seconds and 4 git commands to generate.