emotion: Fix distcheck by referring to the correct file name

It's emotion_modules.h - not emotion_module.h

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
This commit is contained in:
Daniel Willmann 2013-05-15 13:10:20 +01:00
parent be59443d78
commit b15fdfed02
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ dist_installed_emotionmainheaders_DATA = lib/emotion/Emotion.h
# libemotion.la
lib_emotion_libemotion_la_SOURCES = \
lib/emotion/emotion_module.h \
lib/emotion/emotion_modules.h \
lib/emotion/emotion_private.h \
lib/emotion/emotion_smart.c \
lib/emotion/emotion_webcam.c \