fix compilation of News and Photo modules

SVN revision: 43425
This commit is contained in:
kiwi 2009-11-02 16:21:29 +00:00 committed by kiwi
parent ea2c253ee3
commit b03e2c2937
1 changed files with 30 additions and 2 deletions

View File

@ -7,8 +7,36 @@ INCLUDES = -I. \
pkgdir = $(datadir)/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
module_la_SOURCES = $(wildcard *.c) \
$(wildcard *.h)
module_la_SOURCES = e_mod_main.h \
photo_config_dialog_dir.h \
photo_config_dialog.h \
photo_config_dialog_item.h \
photo_config.h \
Photo.h \
Photo_includes.h \
photo_item.h \
photo_menu.h \
photo_picture.h \
photo_picture_histo.h \
photo_picture_local.h \
photo_picture_net.h \
photo_popup_info.h \
photo_popup_warn.h \
photo_utils.h \
e_mod_main.c \
photo_config.c \
photo_config_dialog.c \
photo_config_dialog_dir.c \
photo_config_dialog_item.c \
photo_item.c \
photo_menu.c \
photo_picture.c \
photo_picture_histo.c \
photo_picture_local.c \
photo_picture_net.c \
photo_popup_info.c \
photo_popup_warn.c \
photo_utils.c
module_la_LIBADD = @E_LIBS@
module_la_LDFLAGS = -module -avoid-version -s