NetworkManager/initscript/Makefile.am

26 lines
339 B
Text
Raw Normal View History

SUBDIRS =
if TARGET_REDHAT
SUBDIRS += RedHat
endif
if TARGET_GENTOO
SUBDIRS += Gentoo
endif
if TARGET_DEBIAN
SUBDIRS += Debian
endif
if TARGET_SLACKWARE
SUBDIRS += Slackware
endif
if TARGET_SUSE
SUBDIRS += SUSE
endif
if TARGET_ARCH
SUBDIRS += Arch
endif
if TARGET_PALDO
SUBDIRS += paldo
endif
if TARGET_MANDRIVA
SUBDIRS += Mandriva
endif