From 384f5f43a20879e2553acd17b76e82059092fafb Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 11 Feb 2011 00:02:11 +0200 Subject: use analog handling from dfinput --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db8e1f6..89fc2a9 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,10 @@ endif plugins/cdrcimg/%.o: CFLAGS += -Wall OBJS += plugins/cdrcimg/cdrcimg.o +# dfinput +plugins/dfinput/%.o: CFLAGS += -Wall +OBJS += plugins/dfinput/pad.o + # gui OBJS += frontend/main.o frontend/plugin.o ifeq "$(USE_GTK)" "1" -- cgit v1.2.3