Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src


Modified Files:
        Makefile.am 


Log Message:
Added pthread check
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 23 Oct 2003 19:35:55 -0000      1.8
+++ Makefile.am 1 Nov 2003 20:24:11 -0000       1.9
@@ -1,8 +1,9 @@
-# $Id: Makefile.am,v 1.8 2003/10/23 19:35:55 uid73978 Exp $
+# $Id: Makefile.am,v 1.9 2003/11/01 20:24:11 tsauerbeck Exp $
 
 SUBDIRS = input output
 
-AM_CFLAGS = @ECORE_CFLAGS@ @EVAS_CFLAGS@ @EDJE_CFLAGS@ @ESMART_CFLAGS@
+AM_CFLAGS = @PTHREAD_CFLAGS@ \
+       @ECORE_CFLAGS@ @EVAS_CFLAGS@ @EDJE_CFLAGS@ @ESMART_CFLAGS@
 
 bin_PROGRAMS = eplayer
 
@@ -14,5 +15,5 @@
        plugin.c plugin.h \
        utils.c utils.h
 
-eplayer_LDADD = @DL_LIBS@ \
+eplayer_LDADD = @PTHREAD_LIBS@ @DL_LIBS@ \
        @ECORE_LIBS@ @EVAS_LIBS@ @EDJE_LIBS@ @ESMART_LIBS@




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to