aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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"