diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
| commit | 9fae01fa351805b2903e535736e06971bc0b925e (patch) | |
| tree | c19bccf84c9f894e50fae678ba6ee2b2044e2d30 /initscript/Makefile.am | |
Imported Upstream version 0.8.1 upstream/0.8.1
Diffstat (limited to 'initscript/Makefile.am')
| -rw-r--r-- | initscript/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/initscript/Makefile.am b/initscript/Makefile.am new file mode 100644 index 00000000..4cc710eb --- /dev/null +++ b/initscript/Makefile.am @@ -0,0 +1,25 @@ +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 |