File: Makefile.am

package info (click to toggle)
sqlheavy 0.1.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,400 kB
  • sloc: ansic: 30,371; sh: 11,012; makefile: 367; sql: 20
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
NULL =

profilingschemadir = $(pkgdatadir)/@SQLHEAVY_API_VERSION@/schemas/profiling

profilingschema_DATA = \
	Create.sql \
	$(NULL)

EXTRA_DIST = $(profilingschema_DATA)