more makefile.am changes
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 30 Sep 2003 11:33:28 +0000 (11:33 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 30 Sep 2003 11:33:28 +0000 (11:33 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@282 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/Makefile.am
ltt/branches/poly/ltt/convert/Makefile.am
ltt/branches/poly/lttv/modules/Makefile.am
ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am
ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am

index 9def400a6b5760ea8f0b522bf12d64bccb6281cc..c78c7406dfb5a8ae0b56ca686f573d976b369451 100644 (file)
@@ -13,7 +13,7 @@ LIBS += $(GLIB_LIBS)
 
 lib_LTLIBRARIES = libtraceread.la
 libtraceread_la_SOURCES = event.c facility.c parser.c tracefile.c type.c
-libtraceread_la_HEADERS = parser.h 
+noinst_HEADERS = parser.h 
 
 
 EXTRA_DIST = crc32.tab
index 7748ea92fe5ac0a583957e7dc7be05e07c39e953..5c345b6fb6703ab8e22ccbbaab697caa3c1c7cbf 100644 (file)
@@ -5,6 +5,6 @@ bin_PROGRAMS = convert
 
 convert_SOURCES = convert.c
 
-convert_HEADERS = LTTTypes.h LinuxEvents.h
+noinst_HEADERS = LTTTypes.h LinuxEvents.h
 
 EXTRA_DIST = core.xml sysInfo
index 4c29c73a3d7ec4b8c338c94192f4294bd9372cf8..3685a7fa6ad62ac8e9739b07a12c85b106614db3 100644 (file)
@@ -17,5 +17,5 @@ libdir = ${lttvplugindir}
 lib_LTLIBRARIES = libguiEvents.la
 libguiEvents_la_LDFLAGS = -module
 libguiEvents_la_SOURCES = guiEvents.c
-libguiEvents_la_HEADERS = gtkrbtree.h gtktreeprivate.h
+noinst_HEADERS = gtkrbtree.h gtktreeprivate.h
 
index d90dc0964702c19db873aa456c5d83ccf688d550..db8311113d715def61b825458abf80ae373225dc 100644 (file)
@@ -25,7 +25,7 @@ libmainwin_la_SOURCES = \
        callbacks.c \
        gtkcustom.c
 
-libmainwin_la_HEADERS = \
+noinst_HEADERS = \
        support.h \
        interface.h \
        callbacks.h
index 0abcb9673301984a87f86fe2b6232015381cca1d..0298c83d65791fda5dbf098c77d919cf44735233 100644 (file)
@@ -16,5 +16,5 @@ libguiControlFlow_la_LDFLAGS = -module
 libguiControlFlow_la_SOURCES =         module.c Event_Hooks.c CFV.c Process_List.c\
                                Drawing.c
 
-libguiControlFlow_la_HEADERS =         Event_Hooks.h CFV.h Process_List.h\
+noinst_HEADERS =       Event_Hooks.h CFV.h Process_List.h\
                                Drawing.h
This page took 0.025165 seconds and 4 git commands to generate.