X-Git-Url: http://www.average.org/gitweb/?p=pulsecounter.git;a=blobdiff_plain;f=linux%2FMakefile;h=c602db7e4d427c5de648a0c744f64e1a22f7a145;hp=c23a47b6eeface90a477be7235c1bb76bfe7091e;hb=bf310cc703ac0ed8be107c8f93b63d646b711f26;hpb=a1d335a2895b04b965d678167ecfd14ab4245960 diff --git a/linux/Makefile b/linux/Makefile index c23a47b..c602db7 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -5,7 +5,11 @@ LDLIBS = $(BLUEZ)/lib/.libs/libbluetooth-internal.a \ all: pulsecounter -pulsecounter: pulsecounter.o \ +pulsecounter.o: pulsecounter.c dbstore.h + +dbstore.o: dbstore.c dbstore.h + +pulsecounter: pulsecounter.o dbstore.o \ $(BLUEZ)/attrib/att.o $(BLUEZ)/attrib/gatt.o \ $(BLUEZ)/attrib/gattrib.o $(BLUEZ)/btio/btio.o \ $(BLUEZ)/attrib/utils.o $(BLUEZ)/src/log.o