Some autofoo changes.

SVN revision: 39128
This commit is contained in:
titan 2009-02-21 22:37:25 +00:00 committed by titan
parent 15f560a446
commit 13dd86ebb3
2 changed files with 4 additions and 9 deletions

View File

@ -3,11 +3,10 @@
MAINTAINERCLEANFILES = *.o ephoto config.h.in config.h Makefile.in Makefile \
stamp-h1
AM_CFLAGS = -Wall -g
bin_PROGRAMS = ephoto
ephoto_SOURCES = ephoto.c \
ephoto_SOURCES = \
ephoto.c \
ephoto_exif.c \
ephoto_fsystem.c \
ephoto_global.c \
@ -22,5 +21,5 @@ ephoto_SOURCES = ephoto.c \
ephoto_imaging.h \
ephoto_utils.h
ephoto_CFLAGS= @EWL_CFLAGS@ @EXIF_CFLAGS@ @EFREET_MIME_CFLAGS@ @EPSILON_CFLAGS@
ephoto_LDFLAGS = @EWL_LIBS@ @EXIF_LIBS@ @EFREET_MIME_LIBS@ @EPSILON_LIBS@
ephoto_CFLAGS= @EWL_CFLAGS@ @EXIF_CFLAGS@ @EFREET_MIME_CFLAGS@ @EPSILON_CFLAGS@ -Wall -g
ephoto_LDADD = @EWL_LIBS@ @EXIF_LIBS@ @EFREET_MIME_LIBS@ @EPSILON_LIBS@

View File

@ -47,10 +47,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE