diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 10:01:37 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 10:01:37 +0800 |
commit | 69a7da3e51aa520fbc220deb0e14af07fab77d98 (patch) | |
tree | 895ea6cfb671405d7400da59cfe3bb5b915f33f3 /calendar/importers | |
parent | 89087493e833b711d4264de1ba924d369bd2b8ba (diff) | |
download | gsoc2013-evolution-69a7da3e51aa520fbc220deb0e14af07fab77d98.tar gsoc2013-evolution-69a7da3e51aa520fbc220deb0e14af07fab77d98.tar.gz gsoc2013-evolution-69a7da3e51aa520fbc220deb0e14af07fab77d98.tar.bz2 gsoc2013-evolution-69a7da3e51aa520fbc220deb0e14af07fab77d98.tar.lz gsoc2013-evolution-69a7da3e51aa520fbc220deb0e14af07fab77d98.tar.xz gsoc2013-evolution-69a7da3e51aa520fbc220deb0e14af07fab77d98.tar.zst gsoc2013-evolution-69a7da3e51aa520fbc220deb0e14af07fab77d98.zip |
Update this some although it's not currently being built
* importers/Makefile.am: Update this some although it's not
currently being built
svn path=/trunk/; revision=19795
Diffstat (limited to 'calendar/importers')
-rw-r--r-- | calendar/importers/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am index ff680f4d38..08006c21a3 100644 --- a/calendar/importers/Makefile.am +++ b/calendar/importers/Makefile.am @@ -1,9 +1,8 @@ -evolibexecdir = $(libexecdir)/evolution/$(BASE_VERSION) -evolibexecdir_PROGRAMS = evolution-calendar-importer +privlibexec_PROGRAMS = evolution-calendar-importer INCLUDES = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ - -DEVOLUTION_SOUNDDIR=\""$(sounddir)"\" \ + -DEVOLUTION_SOUNDDIR=\""$(soundsdir)"\" \ -DG_LOG_DOMAIN=\"Evolution-Importer\" \ -I$(top_srcdir) \ -I$(top_builddir)/shell \ @@ -32,11 +31,10 @@ evolution_calendar_importer_LDADD = \ $(top_builddir)/libical/src/libicalvcal/libicalvcal-evolution.la \ $(EVOLUTION_CALENDAR_LIBS) -serversdir = $(libdir)/bonobo/servers server_in_files = GNOME_Evolution_Calendar_Importer.server.in -servers_DATA = $(server_in_files:.server.in=.server) +server_DATA = $(server_in_files:.server.in=.server) -EXTRA_DIST = $(server_in_files) $(servers_DATA) +EXTRA_DIST = $(server_in_files) $(server_DATA) @INTLTOOL_SERVER_RULE@ |