File: Makefile.am

package info (click to toggle)
network-manager 0.8.1-6%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,960 kB
  • ctags: 11,412
  • sloc: ansic: 88,731; sh: 10,973; xml: 1,880; makefile: 1,755; python: 235
file content (17 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS=keyfile

if TARGET_REDHAT
SUBDIRS+=ifcfg-rh
endif

if TARGET_SUSE
SUBDIRS+=ifcfg-suse
endif

if TARGET_MANDRIVA
SUBDIRS+=ifcfg-rh
endif

if TARGET_DEBIAN
SUBDIRS+=ifupdown
endif