File: Makefile.am

package info (click to toggle)
gsql 0.2.2-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,804 kB
  • sloc: ansic: 31,966; sh: 6,690; makefile: 866; xml: 706
file content (26 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

SUBDIRS = \
	exporter \
	runner

if HAVE_PLUGIN_VTE
SUBDIRS += vte
endif

if HAVE_PLUGIN_TUNNEL
SUBDIRS += tunnel
endif

schemadir   = @GCONF_SCHEMA_FILE_DIR@
schema_DATA = gsql-plugins.schemas

install-data-local:
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/plugins/$(schema_DATA)

EXTRA_DIST = \
	$(schema_DATA)

## File created by the gnome-build tools