On Tue, 2007-07-10 at 13:34 -0400, Enlightenment CVS wrote:
> Enlightenment CVS committal
>
> Author : andreas
> Project : e17
> Module : libs/esmart
>
> Dir : e17/libs/esmart/src/lib/esmart_file_dialog
>
>
> Modified Files:
> Makefile.am
>
>
> Log Message:
> - added test for esmart_text_entry
> - added EDC file for esmart_text_entry
> -> not perfect, but good enough for a test (If you are a good EDC creator
> fix it.)
> - fixed some config.h stuff
> - added configure check for edje_cc
>
>
> ===================================================================
> RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_file_dialog/Makefile.am,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -3 -r1.7 -r1.8
> --- Makefile.am 21 Mar 2007 16:28:23 -0000 1.7
> +++ Makefile.am 10 Jul 2007 17:33:54 -0000 1.8
> @@ -14,8 +14,7 @@
> libesmart_file_dialog_la_SOURCES = esmart_file_dialog.c \
> Esmart_File_Dialog.h
>
> -libesmart_file_dialog_la_LDFLAGS = -version-info 0:9:0
> +libesmart_file_dialog_la_LDFLAGS = @FILE_DIALOG_LIBS@ -version-info 0:9:0
> libesmart_file_dialog_la_LIBADD = \
>
> $(top_builddir)/src/lib/esmart_container/libesmart_container.la \
> -
> $(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la \
> - @FILE_DIALOG_LIBS@
> +
> $(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la
>
Since this change, esmart fails to build:
then mv -f ".deps/esmart_file_dialog_test.Tpo"
".deps/esmart_file_dialog_test.Po"; else rm -f
".deps/esmart_file_dialog_test.Tpo"; exit 1; fi
make[3]: *** No rule to make target
`../../src/lib/esmart_file_dialog/libesmart_file_dialog.la', needed by
`esmart_file_dialog_test'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
`/home/ubrpngn/build/e17_cvs/e17/libs/esmart/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/ubrpngn/build/e17_cvs/e17/libs/esmart/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/ubrpngn/build/e17_cvs/e17/libs/esmart/src'
make: *** [all-recursive] Error 1Will "uberpinguin" Keaney > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > enlightenment-cvs mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs -- Build a person a fire, and they may be warm for a day. Set that person on fire, and they will be warm for the rest of their life. GnuPG Public Key ID 1024D/203C7431. Public Key Available From http://keyserv.nic-se.se:11371/#extract
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
