]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
move makepot to po/ dir with rest of it's files
[projects/rc-scripts.git] / Makefile.am
index 29e5227889b5ddb69dccbc2855b2449df6b9e825..7ad30df197adeaf84ccb2574ea4071fe6960de6a 100644 (file)
@@ -2,7 +2,7 @@
 #      $Id$
 #
 
-SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
+SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
 
 sysconf_DATA = \
        adjtime \
@@ -11,6 +11,9 @@ sysconf_DATA = \
        crypttab \
        sysctl.conf
 
+firmware_SCRIPTS = \
+       firmware-loader.sh
+
 profiledir = @sysconfdir@/profile.d
 
 profile_DATA = \
@@ -26,6 +29,7 @@ sbin_SCRIPTS = \
 EXTRA_DIST = \
        $(sysconf_DATA) \
        $(profile_DATA) \
+       $(firmware_SCRIPTS) \
        $(sbin_SCRIPTS) \
        $(bin_SCRIPTS)
 
@@ -36,5 +40,5 @@ install-data-hook:
 # make rpms
 rpm: $(PACKAGE).spec
        $(MAKE) dist
-       rpmbin=`LANG=C LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
+       rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
                $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.042363 seconds and 4 git commands to generate.