add core.xml and sysInfo to install dir : /usr/share/LinuxTraceToolkitViewer/convert
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 30 Nov 2004 13:42:13 +0000 (13:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 30 Nov 2004 13:42:13 +0000 (13:42 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@843 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/ltt/convert/Makefile.am

index 58a9386d11fd71381ebd50ff2947f322ddc87ce1..fd660062295ed5ce0527d63d51310d6e13ddab62 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.1-21082004)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.2-30112004)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index cc9a3d2b8306d02b4500a9087f0da060647b19ad..e815643529b3c77cd798248fa87e8af1ec07b4a5 100644 (file)
@@ -8,3 +8,5 @@ convert_SOURCES = convert.c
 noinst_HEADERS = LTTTypes.h LinuxEvents.h
 
 EXTRA_DIST = core.xml sysInfo
+convertdir = $(pkgdatadir)/convert
+convert_DATA = core.xml sysInfo
This page took 0.025487 seconds and 4 git commands to generate.