diff options
Diffstat (limited to 'calendar/cal-util/Makefile.am')
-rw-r--r-- | calendar/cal-util/Makefile.am | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am index e6e34388af..8a866efd49 100644 --- a/calendar/cal-util/Makefile.am +++ b/calendar/cal-util/Makefile.am @@ -1,15 +1,13 @@ - -#INCLUDES = \ -# -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -# -DG_LOG_DOMAIN=\"cal-client\" \ -# -I$(srcdir) -I$(top_srcdir) \ -# -I. \ -# -I.. \ -# -I$(top_builddir) \ -# -I$(includedir) \ -# $(GNOME_INCLUDEDIR) - +INCLUDES = \ + -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DG_LOG_DOMAIN=\"cal-client\" \ + -I$(srcdir) -I$(top_srcdir) \ + -I. \ + -I.. \ + -I$(top_builddir) \ + -I$(includedir) \ + $(GNOME_INCLUDEDIR) lib_LTLIBRARIES = libcalutil.la |