File: Makefile.am

package info (click to toggle)
libvsqlitepp 0.3.13-4.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 296 kB
  • sloc: cpp: 765; makefile: 79; sh: 31
file content (17 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
nobase_include_HEADERS = \
    sqlite/command.hpp \
    sqlite/database_exception.hpp \
    sqlite/query.hpp \
    sqlite/transaction.hpp \
    sqlite/connection.hpp \
    sqlite/execute.hpp \
    sqlite/result.hpp \
    sqlite/view.hpp \
	sqlite/ext/variant.hpp \
	$(NULL)

noinst_HEADERS=\
	sqlite/private/private_accessor.hpp \
	sqlite/private/result_construct_params_private.hpp \
	$(NULL)