diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-09 13:08:34 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-09 13:08:34 +0200 |
commit | 454110e1b17214b220317704f092bd3587b88a9d (patch) | |
tree | 493652e227af43167749192692f6725bbc6392e5 /hotplug | |
parent | f442b22fd6182b7d6707f90a558cd358f269dd1d (diff) | |
download | mpiosh-454110e1b17214b220317704f092bd3587b88a9d.tar.gz mpiosh-454110e1b17214b220317704f092bd3587b88a9d.tar.bz2 mpiosh-454110e1b17214b220317704f092bd3587b88a9d.zip |
Switch to cmake
"Works for now..."
Diffstat (limited to 'hotplug')
-rw-r--r-- | hotplug/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hotplug/Makefile.am b/hotplug/Makefile.am deleted file mode 100644 index f9e122e..0000000 --- a/hotplug/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -datadir=/etc/hotplug/usb -sbindir=/etc/hotplug/usb - -data_DATA = libmpio.usermap -sbin_SCRIPTS = libmpio -EXTRA_DIST = libmpio libmpio.usermap - |