Changeset 173 for trunk/src/Makefile.am


Ignore:
Timestamp:
10/04/2008 11:23:18 AM (4 years ago)
Author:
guyru
Message:

Add sqlite to source package so no external dependency is needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r170 r173  
    2020        four.xpm \ 
    2121        five.xpm \ 
    22         six.xpm  
     22        six.xpm \ 
     23        sqlite/sqlite3.c \ 
     24        sqlite/sqlite3.h 
    2325 
    2426# set the include path found by configure 
     
    3840 
    3941AM_CXXFLAGS = `wx-config --cxxflags` 
    40 openyahtzee_LDADD = -lsqlite3 
    4142openyahtzee_LDFLAGS = `wx-config --libs` 
Note: See TracChangeset for help on using the changeset viewer.