From e467d2bed08a38b8568800be511f6dfb3d540fdc Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 9 Nov 2014 18:04:26 +0100 Subject: [PATCH] Ursary: Rename --- ursaryd/Makefile | 5 +++-- ursaryd/{ut.c => ursaryd.c} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename ursaryd/{ut.c => ursaryd.c} (100%) diff --git a/ursaryd/Makefile b/ursaryd/Makefile index 40e97df..fb1b4d6 100644 --- a/ursaryd/Makefile +++ b/ursaryd/Makefile @@ -11,9 +11,10 @@ LIBUCW_LIBS := $(shell PKG_CONFIG_PATH=$(LIBUCW_PKG) pkg-config --libs libucw) CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 $(LIBUCW_CFLAGS) $(LIBUSB_CFLAGS) $(LIBPULSE_CFLAGS) -g2 LDLIBS=$(LIBUCW_LIBS) $(LIBUSB_LIBS) $(LIBPULSE_LIBS) -all: ut +all: ursaryd -ut: ut.o nocturn.o pulse-ucw.o +ursaryd: ursaryd.o nocturn.o pulse-ucw.o clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*` + rm -f ursaryd diff --git a/ursaryd/ut.c b/ursaryd/ursaryd.c similarity index 100% rename from ursaryd/ut.c rename to ursaryd/ursaryd.c -- 2.39.2