|
From: <enl...@li...> - 2004-05-06 00:13:51
|
Enlightenment CVS committal Author : atmosphere Project : e17 Module : apps/euphoria Dir : e17/apps/euphoria/src Modified Files: Makefile.am Log Message: build/link =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 22 Feb 2004 10:12:11 -0000 1.1 +++ Makefile.am 6 May 2004 00:13:40 -0000 1.2 @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.1 2004/02/22 10:12:11 tsauerbeck Exp $ +## $Id: Makefile.am,v 1.2 2004/05/06 00:13:40 atmosphere Exp $ AM_CFLAGS = \ @ECORE_CFLAGS@ @EVAS_CFLAGS@ @EDJE_CFLAGS@ @ESMART_CFLAGS@ \ @@ -16,4 +16,5 @@ euphoria_LDADD = \ @ECORE_LIBS@ @EVAS_LIBS@ @EDJE_LIBS@ @ESMART_LIBS@ @EWL_LIBS@ \ - -lxmmsclient -lxmmsclient-ecore + -lxmmsclient -lxmmsclient-ecore -lesmart_container \ + -lesmart_draggies -lesmart_trans_x11 -lesmart_file_dialog |