paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src Makefile.am,1.2,1.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src Makefile.am,1.2,1.3
Date: Sat, 27 Apr 2002 07:57:26 -0400

Update of /cvsroot/paragui/paragui/src
In directory subversions:/tmp/cvs-serv16543/src

Modified Files:
        Makefile.am 
Log Message:
Here we go :))
This is the first version with libsigc++ support.

All internal callback handling mechanisms have been removed.
See include/pgsignals.h for details (BEWARE! Class templates are my friends).



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 15 Apr 2002 13:31:30 -0000      1.2
--- Makefile.am 27 Apr 2002 11:57:22 -0000      1.3
***************
*** 17,20 ****
--- 17,21 ----
        address@hidden@/lib \
        -lz \
+       $(SIGC_LIBS) \
        $(SDL_LIBS) \
        $(IMAGE_LIBS) \
***************
*** 29,32 ****
--- 30,34 ----
  
  INCLUDES = \
+       $(SIGC_CFLAGS) \
        $(SDL_CFLAGS) \
        -I$(top_srcdir)/include




reply via email to

[Prev in Thread] Current Thread [Next in Thread]