aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-05 00:06:38 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-05 00:06:38 +0100
commitf9484195b40df3da748fce2bab817ab5b14f3be6 (patch)
tree487a67ab02913645fc1361b7f15f695bb116febe /Makefile
parent12b0a79f9e5bc483b5c16f702ae5b8836425827e (diff)
downloadxorg-input-kobomultitouch-f9484195b40df3da748fce2bab817ab5b14f3be6.tar.gz
xorg-input-kobomultitouch-f9484195b40df3da748fce2bab817ab5b14f3be6.tar.bz2
xorg-input-kobomultitouch-f9484195b40df3da748fce2bab817ab5b14f3be6.zip
missing externals
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a441a37..dd1fe2a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ LIBRARY = multitouch.so
FDIS = 11-multitouch.fdi
MODULES = src
-o_src = capabilities multitouch
+o_src = capabilities \
+ multitouch
TARGETS = $(addsuffix /test,$(MODULES))
@@ -32,7 +33,7 @@ test: $(TBIN)
bin/%: obj/%.o
@mkdir -p $(@D)
- gcc $< $(TLIB) $(LIBS) -o $@
+ gcc $< $(OBJS) $(LIBS) -o $@
$(TLIB): $(OBJS)
@rm -f $(TLIB)