create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / histogram / Makefile.am
index 70c143de8e2c05a2aae851de01ff6043cd2e79be..3cb65bb925d88b49f6c221ae21c63cfd817d09af 100644 (file)
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
 AM_CFLAGS += $(GTK_CFLAGS)
+AM_CFLAGS += -fvisibility=hidden
 LIBS += $(GLIB_LIBS)
-LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
+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.02277 seconds and 4 git commands to generate.