Remove some duplicate code in the build system
[lttv.git] / lttv / modules / gui / diskperformance / Makefile.am
index 4c2c77124912179cdace3a4add6054a0cd3d72d9..3d30a5bf323f3188031850a8ffb98b85279ccef8 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 = libdiskperformance.la
-libdiskperformance_la_LDFLAGS = -module -avoid-version
 libdiskperformance_la_SOURCES = diskperformance.c
 
 EXTRA_DIST = \
This page took 0.022574 seconds and 4 git commands to generate.