From 0ddb46dfb591606cd2404a27c2d9e5dec96d61fd Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 5 Sep 2011 18:06:52 +0200 Subject: finaly managed it to create a .so lib of the customdhcpcd files. the dhcpcd.c file is not included in this lib (it contains the main function) --- customdhcpcd/src/customdhcpcd.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 customdhcpcd/src/customdhcpcd.c (limited to 'customdhcpcd/src/customdhcpcd.c') diff --git a/customdhcpcd/src/customdhcpcd.c b/customdhcpcd/src/customdhcpcd.c deleted file mode 100644 index 7c5e219..0000000 --- a/customdhcpcd/src/customdhcpcd.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - ============================================================================ - Name : customdhcpcd.c - Author : Niklas Goby - Version : - Copyright : Your copyright notice - Description : Hello World in C, Ansi-style - ============================================================================ - */ - -#include -#include - -int main(void) { - puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */ - return EXIT_SUCCESS; -} -- cgit v1.2.3-55-g7522