correction to gnome-core/panel/Makefile.am patches
- From: Mark Galassi <rosalia cygnus com>
- To: "Shawn T. Amundson" <amundson CompleteIS com>
- Cc: GNOME <gnome-list gnome org>
- Subject: correction to gnome-core/panel/Makefile.am patches
- Date: Mon, 23 Feb 1998 07:47:22 -0700
The CXXLINK correction was unnecessary; only CXXCOMPILE was. With
this patch I actually get a working panel.
<133 papageno->panel> cvs diff Makefile.am
Index: Makefile.am
===================================================================
RCS file: /debian/home/gnomecvs/gnome-core/panel/Makefile.am,v
retrieving revision 1.35
diff -c -r1.35 Makefile.am
*** Makefile.am 1998/02/23 07:24:19 1.35
--- Makefile.am 1998/02/23 14:45:45
***************
*** 1,7 ****
--- 1,12 ----
+ test:
+ echo $(CXXCOMPILE)
+
SUBDIRS = menu mailcheck clock launcher batmon netwatch logout \
@PROGRAMS_PANEL_CDPLAYER@
CXX = mico-c++
+ CXXCOMPILE = $(CXX) -g $(INCLUDES)
+ #CXXLINK = $(CXX) -g
INCLUDES = \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
***************
*** 38,44 ****
panel-widget.h \
$(CORBA_SOURCES)
! MICO_VERS = 2.0.2
MICO_LIBS = -lmicocoss$(MICO_VERS) -lmicoaux$(MICO_VERS) -lmico$(MICO_VERS)
panel_LDADD = $(GNOME_LIBDIR) $(MICO_LIBS) -lXt $(GNOMEUI_LIBS) $(INTLLIBS)
--- 43,49 ----
panel-widget.h \
$(CORBA_SOURCES)
! MICO_VERS = 2.0.3
MICO_LIBS = -lmicocoss$(MICO_VERS) -lmicoaux$(MICO_VERS) -lmico$(MICO_VERS)
panel_LDADD = $(GNOME_LIBDIR) $(MICO_LIBS) -lXt $(GNOMEUI_LIBS) $(INTLLIBS)
<134 papageno->panel>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]