changeset 22:d64a9df0dc02

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 21:39:13 -0800
parents e5418051878c
children f86fa9e378a2
files Makefile.am src/pst2ldif.cpp
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sun Feb 19 21:27:03 2006 -0800
+++ b/Makefile.am	Sun Feb 19 21:39:13 2006 -0800
@@ -1,2 +1,3 @@
 SUBDIRS = src man html info
+CLEANFILES = xml/libpst xml/Makefile
 EXTRA_DIST = $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)
--- a/src/pst2ldif.cpp	Sun Feb 19 21:27:03 2006 -0800
+++ b/src/pst2ldif.cpp	Sun Feb 19 21:39:13 2006 -0800
@@ -45,6 +45,7 @@
 	#include "common.h"
 	#include "timeconv.h"
 	#include "lzfu.h"
+	#include "version.h"
 }
 
 int32_t   usage();