Changeset 173
- Timestamp:
- 04/10/08 11:23:18 (5 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 edited
-
configure.ac (modified) (1 diff)
-
src/DBwrapper.h (modified) (1 diff)
-
src/Makefile.am (modified) (2 diffs)
-
src/sqlite (added)
-
src/sqlite/sqlite3.c (added)
-
src/sqlite/sqlite3.h (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r162 r173 9 9 dnl AC_LANG_CPLUSPLUS 10 10 AC_PROG_CXX 11 AC_PROG_CC # this is only needed for the SQLite support 11 12 dnl AM_PROG_LIBTOOL 12 13 -
trunk/src/DBwrapper.h
r159 r173 31 31 */ 32 32 33 #include <sqlite3.h>33 #include "sqlite/sqlite3.h" 34 34 #include <string> 35 35 #include <list> -
trunk/src/Makefile.am
r170 r173 20 20 four.xpm \ 21 21 five.xpm \ 22 six.xpm 22 six.xpm \ 23 sqlite/sqlite3.c \ 24 sqlite/sqlite3.h 23 25 24 26 # set the include path found by configure … … 38 40 39 41 AM_CXXFLAGS = `wx-config --cxxflags` 40 openyahtzee_LDADD = -lsqlite341 42 openyahtzee_LDFLAGS = `wx-config --libs`
Note: See TracChangeset
for help on using the changeset viewer.
