create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / histogram / Makefile.am
index 894ccda363de60bca6d2600b2e986302feb58c7e..3cb65bb925d88b49f6c221ae21c63cfd817d09af 100644 (file)
 
 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
 
 libdir = ${lttvplugindir}
 
 lib_LTLIBRARIES = libguihistogram.la
-libguihistogram_la_LDFLAGS = -module
+libguihistogram_la_LDFLAGS = -module -avoid-version
 libguihistogram_la_SOURCES = histomodule.c histoeventhooks.c histocfv.c \
                        histobuttonwidget.c histodrawing.c histodrawitem.c
 
This page took 0.022585 seconds and 4 git commands to generate.