File: Makefile.am

package info (click to toggle)
vinagre 2.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,888 kB
  • ctags: 2,146
  • sloc: ansic: 19,503; sh: 10,317; xml: 6,923; makefile: 567
file content (12 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
DIST_SUBDIRS =	\
  vnc		\
  ssh

SUBDIRS = 		\
  vnc

if SSH
SUBDIRS += ssh
endif

-include $(top_srcdir)/git.mk