fix warning msg
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 2 Aug 2004 20:12:09 +0000 (20:12 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 2 Aug 2004 20:12:09 +0000 (20:12 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@657 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am

index 2ef34379e8dcca52cf088b74430e5a8c99df35c7..05bd3a37d564248e80bbdeb847fa5ed2da8b0bca 100644 (file)
@@ -13,11 +13,9 @@ INCLUDES = \
 
 libdir = ${lttvplugindir}
 
-#bin_PROGRAMS = lttvwindow
 lib_LTLIBRARIES = liblttvwindow.la
 
 
-#liblttvwindow_la_LDFLAGS = -module
 liblttvwindow_la_SOURCES = \
        toolbar.c\
        menu.c\
@@ -29,7 +27,6 @@ liblttvwindow_la_SOURCES = \
        interface.c \
        callbacks.c \
        lttvfilter.c
-#      gtkmultivpaned.c\
 
 noinst_HEADERS = \
        support.h \
@@ -45,7 +42,6 @@ lttvwindowinclude_HEADERS = \
        mainwindow.h\
        menu.h\
        toolbar.h
-#      gtkmultivpaned.h\
 
 liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
 
This page took 0.023696 seconds and 4 git commands to generate.