summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-05-12 16:35:54 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-05-12 16:35:54 +0200
commit11f2c30f5b58de7c543ffc3e93fd508e3c8bcab3 (patch)
tree02f0d965ef6bf65f5841fff69b49750f8c136b2f /Makefile
parent6ae9a6a1642fcaf808c934931139484776a56a9a (diff)
downloadpam_network_manager-11f2c30f5b58de7c543ffc3e93fd508e3c8bcab3.tar
pam_network_manager-11f2c30f5b58de7c543ffc3e93fd508e3c8bcab3.zip
Split module into a helper executable and a minimal module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0f62ec7..0000000
--- a/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all : pam_wlan.so pam_wlan_test
-
-pam_wlan.so : pam_wlan.c
- $(CC) -fPIC -shared -o pam_wlan.so pam_wlan.c $(shell pkg-config --cflags --libs libnm-glib) -Wall
-
-pam_wlan_test : pam_wlan.c
- $(CC) -g -DTEST -o pam_wlan_test pam_wlan.c $(shell pkg-config --cflags --libs libnm-glib) -Wall