mainwin makefile.am modif
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 25 Aug 2003 19:34:05 +0000 (19:34 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 25 Aug 2003 19:34:05 +0000 (19:34 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@188 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/Makefile.am
ltt/branches/poly/lttv/modules/gui/mainWin/Makefile.am
ltt/branches/poly/lttv/modules/gui/mainWin/mainwin.gladep
ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am

index 10c3451ab21f41ee8c989df3d282f72384afd178..db3a3fc75784d582107bd262ab5c21e021f7e6c2 100644 (file)
@@ -4,7 +4,7 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-#SUBDIRS = examples
+SUBDIRS = gui
 
 libdir = ${lttvplugindir}
 
index cf43339828aa3652ab97e3f84a7860b888a9154f..687919f3aee5c708215fe97e8a41daa6d55a439a 100644 (file)
@@ -1,9 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src po
+SUBDIRS = src
 
 EXTRA_DIST = \
-       autogen.sh \
        mainwin.glade \
        mainwin.gladep
 
index 2576206d12f3c4fd7ea04c59c1c36a1969ebd561..315868464c088bcfaf105950305f69cb1632df8c 100644 (file)
@@ -5,4 +5,7 @@
   <name>MainWin</name>
   <program_name>mainwin</program_name>
   <gnome_support>FALSE</gnome_support>
+  <gettext_support>FALSE</gettext_support>
+  <output_build_files>FALSE</output_build_files>
+  <backup_source_files>FALSE</backup_source_files>
 </glade-project>
index 94bcddb0ed7b4c9ede7fbeb0368a068a5b0d5edf..e1eddbf29e6c40fd1acddfeb5f8edeb383ada855 100644 (file)
@@ -1,7 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-LIBS += -lguiEvents
-
 INCLUDES = \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
This page took 0.024449 seconds and 4 git commands to generate.