Files
evolution/widgets/text/Makefile.am
Kaushal Kumar df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00

38 lines
810 B
Makefile

INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets \
$(GNOME_INCLUDEDIR) \
$(ICONV_CFLAGS) \
$(EXTRA_GNOME_CFLAGS) \
$(GNOME_FULL_CFLAGS) \
-DG_LOG_DOMAIN=\"e-text\"
privlib_LTLIBRARIES = libetext.la
libetext_la_SOURCES = \
e-entry.c \
e-completion-match.c \
e-completion.c \
e-completion-callbacks.c \
e-completion-view.c \
e-table-text-model.c \
e-text-model-repos.c \
e-text-model.c \
e-text-model-uri.c \
e-text.c
libetextincludedir = $(privincludedir)/text
libetextinclude_HEADERS = \
e-entry.h \
e-completion-match.h \
e-completion.h \
e-completion-callbacks.h \
e-completion-view.h \
e-table-text-model.h \
e-text-model-repos.h \
e-text-model.h \
e-text-model-uri.h \
e-text.h