include installation
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 13:07:08 +0000 (13:07 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 13:07:08 +0000 (13:07 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@39 04897980-b3bd-0310-b5e0-8ef037075253

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

index 7c2d4c68cf4bec663c8711887e327a2cde2032f9..86b84e97bd584fb6d0f5fdb9af0c834fff1e98df 100644 (file)
@@ -1 +1 @@
-SUBDIRS = lttv lttd
+SUBDIRS = lttv lttd LibLTT
index 6c0b48fc1e890ea227d5032e7b63abe509c5eb6d..9a867238bca4825cc36628670e9caf22f5e1c7ae 100644 (file)
@@ -43,8 +43,15 @@ AC_SUBST(lttplugindir)
 DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
 AC_SUBST(DEFAULT_INCLUDES)
 
+lttvincludedir="${includedir}/lttv"
+AC_SUBST(lttvincludedir)
+
+lttincludedir="${includedir}/ltt"
+AC_SUBST(lttincludedir)
+
 AC_CONFIG_FILES([Makefile
                  lttv/Makefile
                  lttv/plugins/Makefile
-                lttd/Makefile])
+                lttd/Makefile
+                LibLTT/Makefile])
 AC_OUTPUT
index 13f6de7bd1fc506de0951bd03672b526a77f487d..4b27ecf8da51d654e1d7348b0f965500a05f5077 100644 (file)
@@ -4,6 +4,7 @@ bin_PROGRAMS = textui
 #      -I$(top_srcdir)/include
 #INCLUDES=$(top_srcdir)/include
 
-# MD //FIXME add headers dependancy
-textui_SOURCES = main.c module.c option.c hook.c attribute.c
-#textui_LDFLAGS = -lpopt -lgmodule-2.0 -ldl -lglib-2.0
+textui_SOURCES = main.c module.c option.c hook.c attribute.c \
+                attribute.h lttv.h module.h option.h trace.h
+
+lttvinclude_HEADERS = traceWindow.h module.h hook.h
This page took 0.024675 seconds and 4 git commands to generate.