Skip to content

Commit bec3f80

Browse files
author
israel.ekpo
committedJun 26, 2009
AM trunk/configure
M trunk/Makefile.in M trunk/Doxyfile AM trunk/include/csv_parser/Makefile.in AM trunk/include/csv_parser/Makefile.am AM trunk/depcomp AM trunk/config.guess D trunk/csv_parser.hpp AM trunk/config.sub M trunk/configure.ac A trunk/autom4te.cache AM trunk/autom4te.cache/traces.0 AM trunk/autom4te.cache/output.1 AM trunk/autom4te.cache/traces.1 AM trunk/autom4te.cache/requests AM trunk/autom4te.cache/output.0 A trunk/doc M trunk/Makefile.am AM trunk/missing D trunk/driver.cpp AM trunk/aclocal.m4 A trunk/examples AM trunk/examples/driver.cpp Setting up the tools needed.
1 parent a461b74 commit bec3f80

19 files changed

+89535
-575
lines changed
 

‎Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "CSV Parser"
88
PROJECT_NUMBER = 1.0
9-
OUTPUT_DIRECTORY = /home/iekpo/Desktop/csv_parser/
9+
OUTPUT_DIRECTORY = doc
1010
CREATE_SUBDIRS = NO
1111
OUTPUT_LANGUAGE = English
1212
BRIEF_MEMBER_DESC = YES

‎Makefile.am

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Process this file with automake to produce Makefile.in
22

3-
INCLUDES = -I$(top_builddir)/include
3+
SUBDIRS = include .
44

5-
bin_SCRIPTS=csv_parser-config
5+
DIST_SUBDIRS = include .
66

7-
lib_LTLIBRARIES = libcsv_parser.la
7+
INCLUDES = -I$(top_builddir)/include -I@srcdir@/include
88

9-
libcsv_parser_la_SOURCES = csv_parser.cpp csv_parser.hpp
9+
bin_SCRIPTS=csv_parser-config
1010

11-
csv_parserdir = $(includedir)/csv_parser
11+
lib_LTLIBRARIES = libcsv_parser.la
1212

13-
csv_parser_HEADERS = csv_parser.hpp
13+
libcsv_parser_la_SOURCES = csv_parser.cpp

0 commit comments

Comments
 (0)
Please sign in to comment.