summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a02f161..ddc3467 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ BIN_TOOLS= drak3d
all:
(find lib -name '*.pm'; find bin -type f) | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
make -C po
- make -C polkit/policy
+ make -C polkit
check:
@for p in `find lib -name *.pm`; do perl -cw -I$(libdir)/libDrakX $$p || exit 1; done
@@ -27,18 +27,17 @@ install:
cp -a lib/* $(DESTDIR)$(libdir)/libDrakX/
(cd bin; \
install -m755 $(BIN_TOOLS) $(DESTDIR)$(libexecdir); \
- install -m755 ../polkit/wrappers/* $(DESTDIR)$(bindir); \
)
#install -m644 $(wildcard data/*.desktop) $(DESTDIR)$(desktopdir)
install -m644 $(wildcard data/icons/*.png) $(DESTDIR)$(iconsdir)
#install -m644 $(wildcard data/pixmaps/*.png) $(DESTDIR)$(pixmapsdir)
#perl -pe 's/\s+--force//g' $(DESTDIR)$(desktopdir)/net_applet.desktop > $(DESTDIR)$(autostartdir)/net_applet.desktop
make -C po install
- make -C polkit/policy install
+ make -C polkit install
clean:
make -C po clean
- make -C polkit/policy clean
+ make -C polkit clean
dist: dis
dis: