cleaned up to remove include of /usr/include (should be done
authoraland <aland>
Thu, 13 Dec 2001 03:36:51 +0000 (03:36 +0000)
committeraland <aland>
Thu, 13 Dec 2001 03:36:51 +0000 (03:36 +0000)
on all sane C compilers), and link to -lc

Additional minor fixes

src/modules/rlm_eap/Makefile

index e867461..fcabbc6 100644 (file)
@@ -1,16 +1,11 @@
 TARGET      = rlm_eap
 SRCS        = rlm_eap.c eap.c mem.c
 HEADERS     = eap.h
-RLM_CFLAGS  =  -I/usr/include $(INCLTDL)
-RLM_LIBS    =  -lc
+RLM_CFLAGS  =  $(INCLTDL)
+RLM_LIBS    =  
 RLM_INSTALL = install-types
 
-WHAT_TO_MAKE   = all
-
 RLM_SUBDIRS = types
-#RLM_SUBDIRS = 
-
-TARGET_LIBS = static dynamic
 
 #
 #  If Not using shared libraries, add in ALL known static eap_types