-lm -- and printf--

SVN revision: 40168
This commit is contained in:
Carsten Haitzler 2009-04-18 13:53:23 +00:00
parent 68c06914db
commit 4ebb2f6385
2 changed files with 1 additions and 2 deletions

View File

@ -344,7 +344,7 @@ e_thumb_main.c \
e_user.c \
e_sha1.c
enlightenment_thumb_LDADD = @E_THUMB_LIBS@ -lm
enlightenment_thumb_LDADD = @E_THUMB_LIBS@
enlightenment_fm_SOURCES = \
e_fm_main.c \

View File

@ -5,7 +5,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <math.h>
#include <Ecore.h>
#include <Ecore_Evas.h>
#include <Ecore_Ipc.h>