X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=trunk%2Fltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Ftutorial%2FMakefile.am;fp=trunk%2Fltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Ftutorial%2FMakefile.am;h=ab5513bc2e7774ba3d29e0bbca84ea75b18f0f80;hb=3d6e46e15a388687ca1c5b7e2eec831eccd59d2d;hp=0000000000000000000000000000000000000000;hpb=ec7a5af61127aa50a1839eee5be99ce53494c57b;p=lttv.git diff --git a/trunk/ltt/branches/poly/lttv/modules/gui/tutorial/Makefile.am b/trunk/ltt/branches/poly/lttv/modules/gui/tutorial/Makefile.am new file mode 100644 index 00000000..ab5513bc --- /dev/null +++ b/trunk/ltt/branches/poly/lttv/modules/gui/tutorial/Makefile.am @@ -0,0 +1,39 @@ +# This file is part of the Linux Trace Toolkit viewer +# Copyright (C) 2003-2004 Mathieu Desnoyers +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License Version 2 as +# published by the Free Software Foundation; +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, +# MA 02111-1307, USA. + + + +# +# Makefile for LTT New generation user interface : plugins. +# +# Created by Mathieu Desnoyers on May 6, 2003 +# + +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 = libtutorial.la +libtutorial_la_LDFLAGS = -module -avoid-version +libtutorial_la_SOURCES = tutorial.c + +EXTRA_DIST = \ + hTutorialInsert.xpm