Distribute all necessary files for building
authorJan Blunck <jblunck@suse.de>
Wed, 10 Jun 2009 18:07:20 +0000 (20:07 +0200)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 17:23:09 +0000 (13:23 -0400)
Signed-off-by: Jan Blunck <jblunck@suse.de>
Makefile.am
configure.ac
hello/Makefile.am
libmallocwrap/Makefile.am
libust/Makefile.am
ust/Makefile.am

index 32390bf7324d50e11169f8c6357250a9e8058317..99326afa027aff7c85b3bf190e47c50bbf86e2d6 100644 (file)
@@ -1 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = libust hello libmallocwrap ustd ust
+
+EXTRA_DIST = share/kernelcompat.h doc
index 006a903501fe0011231dc520661fcc2e1af56487..8d4bfbc318e5ecdc27f9b6210949289aef97c658 100644 (file)
@@ -5,7 +5,7 @@
 AC_INIT([ust], [0.0], [pierre-marc dot fournier at polymtl dot ca])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([0.0 foreign])
+AM_INIT_AUTOMAKE([0.0 foreign dist-bzip2 no-dist-gzip])
 AC_CONFIG_SRCDIR([ust/ust.c])
 AC_CONFIG_HEADERS([config.h])
 
index 85b04b6679c23913a7421c62fa164eddb0f01755..845773ee91cc192f52353fde96b18443a4e7bba4 100644 (file)
@@ -4,3 +4,6 @@ INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
 noinst_PROGRAMS = hello
 hello_SOURCES = hello.c tp.c tp.h
 hello_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
+
+noinst_SCRIPTS = run
+EXTRA_DIST = run
index 3d49dcb988c389f2e25df68d6dbc3a2095d82b56..acc855683285169e9f590dc579d4bbcc1b980f87 100644 (file)
@@ -4,4 +4,6 @@ INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
 lib_LTLIBRARIES = libmallocwrap.la
 libmallocwrap_la_SOURCES = mallocwrap.c
 libmallocwrap_la_LIBADD = -ldl
+
 noinst_SCRIPTS = run
+EXTRA_DIST = run
index 1bc6110e9780c906990704baeb0cc9a6b01f64e0..67810642de6e1cdeeda78740342a1b58d73afd2a 100644 (file)
@@ -2,6 +2,6 @@ INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libustcomm \
        $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
 
 lib_LTLIBRARIES = libust.la
-libust_la_SOURCES = marker.c marker.h tracepoint.c tracepoint.h immediate.h channels.c channels.h marker-control.c marker-control.h relay.c relay.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/share/usterr.c $(top_builddir)/share/usterr.h
+libust_la_SOURCES = marker.c marker.h tracepoint.c tracepoint.h immediate.h channels.c channels.h marker-control.c marker-control.h relay.c relay.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/share/usterr.c $(top_builddir)/share/usterr.h localerr.h
 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
 libust_la_LIBADD = $(URCU_LIBS) -lpthread
index 8f78cfdf7a0b0f5e94c8a706f60a059d6047e21f..55b87628062ecf8a5048238268670759bdd1f589 100644 (file)
@@ -1,5 +1,5 @@
 bin_PROGRAMS = ust
-ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h
+ust_SOURCES = ust.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/libustcomm/ustcomm.h localerr.h
 
 #INCLUDES = -I$(top_builddir)/share
 #INCLUDES += -I@URCU_PATH@
This page took 0.024964 seconds and 4 git commands to generate.