X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=209ab10487d32b0e73eca50bab973de326bc170a;hb=aa9a49b4b39bfaa465ae9d0f6ac4621cd519b719;hp=e39ebfebf453096df844e2226e11d826637f5b09;hpb=5005ca5991edb233d3a6bb41ba7d48d5f8a296ab;p=elogind.git diff --git a/Makefile b/Makefile index e39ebfebf..209ab1048 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 092 +VERSION = 097 # set this to make use of syslog USE_LOG = true @@ -33,9 +33,6 @@ USE_GCOV = false # include Security-Enhanced Linux support USE_SELINUX = false -# comile with klibc instead of glibc -USE_KLIBC = false - # set this to create statically linked binaries USE_STATIC = false @@ -59,6 +56,7 @@ PROGRAMS = \ HEADERS = \ udev.h \ + udevd.h \ udev_rules.h \ logging.h \ udev_libc_wrapper.h \ @@ -141,12 +139,6 @@ ifeq ($(strip $(USE_GCOV)),true) LDFLAGS += -fprofile-arcs endif -ifeq ($(strip $(USE_KLIBC)),true) - KLCC = /usr/bin/$(CROSS_COMPILE)klcc - CC = $(KLCC) - LD = $(KLCC) -endif - ifeq ($(strip $(USE_SELINUX)),true) UDEV_OBJS += udev_selinux.o LIB_OBJS += -lselinux -lsepol