Remove some duplicate code in the build system
[lttv.git] / lttv / modules / gui / histogram / Makefile.am
index a40c59b2c15a7db724d8e6fbe1bb49806be3e5cb..dfb1975d975cfd321390d1aca4c3faef714e2f0f 100644 (file)
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-AM_CFLAGS = $(GLIB_CFLAGS) 
-AM_CFLAGS += $(GTK_CFLAGS)
-AM_CFLAGS += -fvisibility=hidden
-LIBS += $(GLIB_LIBS)
-LIBS += $(THREAD_LIBS)
-LIBS += $(GTK_LIBS) -L${top_builddir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
-
-libdir = ${lttvplugindir}
+include ../common.am
 
 lib_LTLIBRARIES = libguihistogram.la
-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.023068 seconds and 4 git commands to generate.