diff options
author | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2012-12-29 15:16:47 +0100 |
---|---|---|
committer | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2012-12-29 15:16:47 +0100 |
commit | 032a662a4448d13f3892ae67831cb0391055d2ba (patch) | |
tree | 194c953f27eb5d32a9169b0df0df17bf3eceb141 | |
parent | aa47903a01531d82a68e6b4cd45b5e6506ad47bc (diff) | |
download | vdr-plugin-inputdev-032a662a4448d13f3892ae67831cb0391055d2ba.tar.gz vdr-plugin-inputdev-032a662a4448d13f3892ae67831cb0391055d2ba.tar.bz2 |
build the udev helper with 'all' target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ OBJS = plugin.o inputdev.o ### The main target: -all: libvdr-$(PLUGIN).so i18n +all: libvdr-$(PLUGIN).so vdr-inputdev i18n ### Implicit rules: |