summaryrefslogtreecommitdiff
path: root/package/database/sqlite/sqlite.mk
AgeCommit message (Collapse)Author
2008-07-17sqlite: fix target install and cleanPeter Korsgaard
- install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files
2008-07-08sqlite: move under database submenuPeter Korsgaard