Fix to make it compile.

SVN revision: 28372
This commit is contained in:
titan 2007-02-15 19:13:48 +00:00 committed by titan
parent c0fd818dbd
commit 1c8f5443e9
3 changed files with 5 additions and 11 deletions

View File

@ -150,7 +150,6 @@ data/themes/ephoto/Makefile
data/themes/ephoto/bits/Makefile data/themes/ephoto/bits/Makefile
data/themes/ephoto/fonts/Makefile data/themes/ephoto/fonts/Makefile
data/themes/ephoto/images/Makefile data/themes/ephoto/images/Makefile
debian/changelog
po/Makefile po/Makefile
src/Makefile src/Makefile
src/bin/Makefile src/bin/Makefile

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-02-12 16:23-0600\n" "POT-Creation-Date: 2007-02-15 07:12-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,17 +1,9 @@
/* src/config.h.in. Generated from configure.in by autoheader. */ /* src/bin/config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if translation of program messages to the user's native /* Define to 1 if translation of program messages to the user's native
language is requested. */ language is requested. */
#undef ENABLE_NLS #undef ENABLE_NLS
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define if the GNU dcgettext() function is already present or preinstalled. /* Define if the GNU dcgettext() function is already present or preinstalled.
*/ */
#undef HAVE_DCGETTEXT #undef HAVE_DCGETTEXT
@ -28,6 +20,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */ /* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H #undef HAVE_INTTYPES_H
/* Define to 1 if you have the <libexif/exif-data.h> header file. */
#undef HAVE_LIBEXIF_EXIF_DATA_H
/* Define to 1 if you have the <memory.h> header file. */ /* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H #undef HAVE_MEMORY_H